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
Respondertrait which allows for returning a response from a handler.