pub trait Extension {
// Required method
fn extend(&mut self, request: &dyn Request) -> Result<Extensions, ()>;
}Expand description
A system of addons provided additional data.
An endpoint not having any extension may use &mut () as the result of system.