Trait aerosol::Provide

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

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

Implementors