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

Provided methods

Implementors