Skip to main content

ResumeFn

Type Alias ResumeFn 

Source
pub type ResumeFn = fn(Ctx) -> Pin<Box<dyn Future<Output = Result<(), DurableError>> + Send>>;
Expand description

Type alias for a workflow resume function pointer.