pub trait ComposeMut<Init> { type Output; // Required method fn compose_mut(self, init: Init) -> Self::Output; }