Type Definition ctf::loc::Entry

source · []
pub type Entry<'data, T> = Option<Data<'data, T>>;
Expand description

An optional Data value.