pub trait ForwardMut: Sized {
    fn forward_mut(self) -> Fwd<Self> { ... }
}

Provided methods

Implementors