Skip to main content

router_with_backend_arc_and_options

Function router_with_backend_arc_and_options 

Source
pub fn router_with_backend_arc_and_options(
    backend: Arc<dyn RestBackend>,
    options: RestRouterOptions,
) -> Router
Expand description

Builds a REST router from a shared backend trait object and options.