Function export_route_matched

Source
pub fn export_route_matched<Consumer>(
    _route_matched: RouteMatched,
    _consumer: Consumer,
    _runtime: &Runtime,
) -> ServerResult
where Consumer: FnOnce(&Route, ContentType, Vec<u8>) -> ServerResult,