Struct route_recognizer::Match [] [src]

pub struct Match<T> {
    pub handler: T,
    pub params: Params,
}

Fields

Methods

impl<T> Match<T>
[src]