Trait HasTag
nu_source
pub trait HasTag { fn tag(&self) -> Tag; }
fn tag(&self) -> Tag
impl<T> HasTag for Tagged<T>