Trait finchers::Responder [] [src]

pub trait Responder {
    type Error: Error + Send + 'static;
    fn respond(self) -> Result<Response, Self::Error>;
}

Associated Types

Required Methods

Implementors