Struct chilli::routing::MapAdapter [] [src]

pub struct MapAdapter<'m> { /* fields omitted */ }

Does the URL matching and building based on runtime information.

Methods

impl<'m> MapAdapter<'m>
[src]

[src]

[src]

Important traits for Vec<u8>
[src]

Get the valid methods that match for the given path.

Trait Implementations

impl<'m> Debug for MapAdapter<'m>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'m> Send for MapAdapter<'m>

impl<'m> Sync for MapAdapter<'m>