Struct pencil::routing::Map
[−]
[src]
pub struct Map {
// some fields omitted
}The map stores all the URL rules.
pub struct Map {
// some fields omitted
}The map stores all the URL rules.
impl Mapfn new() -> Mapfn add(&mut self, rule: Rule)fn bind(&self, path: String, method: Method) -> MapAdapterimpl Clone for Mapfn clone(&self) -> Mapfn clone_from(&mut self, source: &Self)