[go: up one dir, main page]

rocket 0.5.1

Web framework with a focus on usability, security, extensibility, and speed.
Documentation
1
2
3
4
5
6
7
//! Types and traits for error catchers and their handlers and return types.

mod catcher;
mod handler;

pub use catcher::*;
pub use handler::*;