Trait rustless::Extensible [] [src]

pub trait Extensible {
    fn ext(&self) -> &TypeMap;
    fn ext_mut(&mut self) -> &mut TypeMap;
}

Required Methods

Implementors