pub type PhlowModuleHandler = Arc<dyn Fn(PhlowModuleRequest) -> BoxFuture<'static, ModuleResponse> + Send + Sync>;Expand description
Async handler signature for inline modules.
Aliased Typeยง
pub struct PhlowModuleHandler { /* private fields */ }pub type PhlowModuleHandler = Arc<dyn Fn(PhlowModuleRequest) -> BoxFuture<'static, ModuleResponse> + Send + Sync>;Async handler signature for inline modules.
pub struct PhlowModuleHandler { /* private fields */ }