Type Definition pen_ffi::cps::StepFunction[][src]

pub type StepFunction<T> = unsafe extern "C" fn(stack: &mut AsyncStack, continuation: ContinuationFunction<T>) -> Result;