pub type HandlerFn = Arc<dyn Fn(Value) -> BoxFuture<Result<Value, SeamError>> + Send + Sync>;
pub struct HandlerFn { /* private fields */ }