Skip to main content

PhlowModuleHandler

Type Alias PhlowModuleHandler 

Source
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 */ }