Trait rumpsteak::Label[][src]

pub trait Label<L> {
    fn wrap(label: L) -> Self;
fn unwrap(self) -> Option<L>; }

Required methods

fn wrap(label: L) -> Self[src]

fn unwrap(self) -> Option<L>[src]

Loading content...

Implementors

Loading content...