Type Definition pen_ffi::cps::StepFunction

source · []
pub type StepFunction<T, V = ()> = fn(stack: &mut AsyncStack<V>, continuation: ContinuationFunction<T, V>) -> Result;