nu_source

Trait HasTag

Source
pub trait HasTag {
    // Required method
    fn tag(&self) -> Tag;
}

Required Methods§

Source

fn tag(&self) -> Tag

Get the associated metadata

Implementors§

Source§

impl<T> HasTag for Tagged<T>