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