Struct route_recognizer::Match
[−]
[src]
pub struct Match<T> {
pub handler: T,
pub params: Params,
}Fields
handler: T
params: Params