Trait hypospray::Construct [] [src]

pub trait Construct<'dep> {
    type Dep;
    fn __construct(dep: Self::Dep) -> Self;
}

Construct

Associated Types

Dependenc(y/ies)

ComponentImps can have dependencies of their own.

Required Methods

Constructs the ComponentImp

Arguments

  • dep - Dependencies

Implementors