Trait aerosol::Factory[][src]

pub trait Factory {
    type Object;
    fn build() -> Result<Self::Object, Error>;
}

Associated Types

Required Methods

Implementors