Trait lifeguard::Supply [] [src]

pub trait Supply<T> where T: Recycleable {
    fn get(&mut self) -> T;
}

Required Methods

fn get(&mut self) -> T

Implementors