Enum pencil::routing::MapAdapterMatched [] [src]

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

The map adapter matched value.

Variants

MatchedRule((Rule, ViewArgs))MatchedRedirect((String, u16))MatchedError(HTTPError)