[][src]Trait waiter_di::container::Component

pub trait Component {
    fn __waiter_create<P>(container: &mut Container<P>) -> Self;
fn __waiter_inject_deferred<P>(
        container: &mut Container<P>,
        component: &Self
    ); }

Required methods

fn __waiter_create<P>(container: &mut Container<P>) -> Self

fn __waiter_inject_deferred<P>(container: &mut Container<P>, component: &Self)

Loading content...

Implementors

Loading content...