pub fn router_with_backend_and_options<B>(
backend: B,
options: RestRouterOptions,
) -> Routerwhere
B: RestBackend,Expand description
Builds a REST router with a caller-provided backend and options.
pub fn router_with_backend_and_options<B>(
backend: B,
options: RestRouterOptions,
) -> Routerwhere
B: RestBackend,Builds a REST router with a caller-provided backend and options.