Linkable

Trait Linkable 

Source
pub trait Linkable<Tag, T> {
    // Required methods
    fn links(&self) -> &Links<Tag, T>;
    fn links_mut(&mut self) -> &mut Links<Tag, T>;
}

Required Methods§

Implementors§