Type Definition ctf::loc::Data

source · []
pub type Data<'data, T> = (&'data str, T);
Expand description

A string slice and some value.