Function dwn_server::router

source ·
pub fn router(
    dwn: Arc<DWN<impl DataStore + Send + Sync + 'static, impl MessageStore + Send + Sync + 'static>>
) -> Router