RouterFn

Type Alias RouterFn 

Source
pub type RouterFn = Arc<dyn Fn(&HashMap<String, Value>) -> String + Sync + Send>;
Available on crate feature graph only.
Expand description

Router function type

Aliased Typeยง

pub struct RouterFn { /* private fields */ }