Type Definition arret_runtime::boxed::ThunkEntry[][src]

type ThunkEntry = extern "C" fn(_: &mut Task, _: Captures, _: Gc<Any>) -> Gc<Any>;

Entry point for executing a function