Tagged

Trait Tagged 

Source
pub trait Tagged<T: Clone = i64> {
    // Provided methods
    fn tag(&self) -> Option<T> { ... }
    fn tag_str(&self) -> String
       where T: Display { ... }
}

Provided Methods§

Source

fn tag(&self) -> Option<T>

Source

fn tag_str(&self) -> String
where T: Display,

Implementors§

Source§

impl<'a, T: Clone> Tagged<T> for Bed4<'a>

Source§

impl<'a, T: Clone> Tagged<T> for Bed5<'a>

Source§

impl<'a, T: Clone> Tagged<T> for Bed6<'a>

Source§

impl<T: Clone> Tagged<T> for Bed3