Module rocket::handler [−][src]
Expand description
Types and traits for request and error handlers and their return values.
Traits
Unfortunate but necessary hack to be able to clone a Box<dyn Handler>
.
Trait implemented by types that can handle requests.