Trait rusoto::DispatchSignedRequest [] [src]

pub trait DispatchSignedRequest {
    fn dispatch(&self,
            request: &SignedRequest)
            -> Result<HttpResponse, HttpDispatchError>; }

Required Methods

Implementors