Type Definition rocket::response::Result [−][src]
pub type Result<'r> = Result<Response<'r>, Status>;
Expand description
Type alias for the Result
of a Responder::respond
call.
pub type Result<'r> = Result<Response<'r>, Status>;
Type alias for the Result
of a Responder::respond
call.