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