pub trait FuseShutdownwhere
    Self: Sized,
{ fn fuse_shutdown(self) -> Fuse<Self> { ... } }

Provided Methods

Implementors