Trait boxfuture::Boxable[][src]

pub trait Boxable<T, E> {
    fn to_boxed(self) -> BoxFuture<T, E>;
}

Required Methods

Implementors