Trait aerosol::Provide[][src]

pub trait Provide<T> {
    fn provide(&self) -> T;
}

Required Methods

Implementors