[][src]Trait aerosol::Provide

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

The building block for this crate. Automatically implemented for contexts providing a dependency of type T.

Super-trait of all interfaces requiring a dependency of type T.

Required methods

fn provide(&self) -> T

Loading content...

Implementors

Loading content...