Function export_routes_all

Source
pub fn export_routes_all<Consumer>(
    _routes: impl Into<Routes>,
    _consumer: Consumer,
) -> ServerResult
where Consumer: FnMut(&Route, ContentType, Vec<u8>) -> ServerResult,