Trait ComposeMut

Source
pub trait ComposeMut<Init> {
    type Output;

    // Required method
    fn compose_mut(self, init: Init) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn compose_mut(self, init: Init) -> Self::Output

Implementors§