Skip to main content

router_with_backend_and_options

Function router_with_backend_and_options 

Source
pub fn router_with_backend_and_options<B>(
    backend: B,
    options: RestRouterOptions,
) -> Router
where B: RestBackend,
Expand description

Builds a REST router with a caller-provided backend and options.