Trait saphir::LoadBody[][src]

pub trait LoadBody {
    fn load_body(self) -> Box<Future<Item = SyncRequest, Error = Error> + Send>;
}

A trait allowing the implicit conversion of a Hyper::Request into a SyncRequest

Required Methods

Important traits for Box<R>

Implementors