Module traits

Module traits 

Source
Expand description

Main traits of the framework

Re-exports§

pub use from_request::FromRequest;
pub use handler::Handler;
pub use responder::Responder;

Modules§

from_request
FromRequest
handler
Handler trait defines the signature of a handler function that can be used to implement a service handler
responder
This module contains the Responder trait which allows for returning a response from a handler.