RouterFn

Type Alias RouterFn 

Source
pub type RouterFn = Arc<dyn Fn(&State) -> String + Send + Sync>;
Expand description

Router function type

Aliased Typeยง

pub struct RouterFn { /* private fields */ }