pub trait Futures01CompatExt: Future + Sizedwhere
    Self::Error: Into<Error>,
{ fn compat01(self) -> Compat01<Self> { ... } }

Provided Methods

Implementors