Skip to main content

router_with_backend_arc

Function router_with_backend_arc 

Source
pub fn router_with_backend_arc(backend: Arc<dyn RestBackend>) -> Router
Expand description

Builds a REST router from a shared backend trait object.