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

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