Enum chilli::routing::MapAdapterMatched [] [src]

pub enum MapAdapterMatched {
    MatchedRule((Rule, ViewArgs)),
    MatchedRedirect((String, u16)),
    MatchedError(HTTPError),
}

The map adapter matched value.

Variants

Trait Implementations

impl Debug for MapAdapterMatched
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations