[][src]Trait nu_source::TaggedItem

pub trait TaggedItem: Sized {
    pub fn tagged(self, tag: impl Into<Tag>) -> Tagged<Self> { ... }
pub fn tagged_unknown(self) -> Tagged<Self> { ... } }

Provided methods

pub fn tagged(self, tag: impl Into<Tag>) -> Tagged<Self>[src]

pub fn tagged_unknown(self) -> Tagged<Self>[src]

Loading content...

Implementors

impl<T> TaggedItem for T[src]

Loading content...