Function burger::service_fn

source ·
pub fn service_fn<F>(closure: F) -> ServiceFn<F>
Expand description

Constructs a Service from a closure.

See the module for more details.