Trait nu_source::HasTag[][src]

pub trait HasTag {
    fn tag(&self) -> Tag;
}

Required methods

fn tag(&self) -> Tag[src]

Get the associated metadata

Loading content...

Implementors

impl<T> HasTag for Tagged<T>[src]

fn tag(&self) -> Tag[src]

Helper for getting the Tag from the Tagged value

Loading content...