Skip to main content

HandlerFn

Type Alias HandlerFn 

Source
pub type HandlerFn = Arc<dyn Fn(Value) -> BoxFuture<Result<Value, SeamError>> + Send + Sync>;

Aliased Typeยง

pub struct HandlerFn { /* private fields */ }