[−][src]Trait router_rs::prelude::RouteHandler
Used by router-rs-macro during code generation when turning your
#[route(path="/...")] macro into a struct.
Used by router-rs-macro during code generation when turning your
#[route(path="/...")] macro into a struct.
fn route(&self) -> &Routefn view(&self, incoming_route: &str) -> VirtualNodefn set_provided(&mut self, provided: ProvidedMap)fn provided(&self) -> &ProvidedMap