logo
pub trait OnDemand<T> {
    fn get(&mut self) -> &T;
}

Required Methods

Implementations on Foreign Types

Implementors