Type Definition deferred::deferred::Part

source ·
pub type Part<S> = fn(input: Context<S>) -> Context<S>;
Expand description

Alias for deferred logic part that takes current context and produces new one that will be passed to next deferred step execution.