Skip to main content

router_with_backend

Function router_with_backend 

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

Builds a REST router with a caller-provided backend.