Type Definition pen_ffi::cps::Trampoline

source · []
pub type Trampoline<T, V> = (StepFunction<T, V>, ContinuationFunction<T, V>);