Type Definition context::context::ContextFn [] [src]

type ContextFn = extern "C" fn(_: Transfer) -> !;

Functions of this signature are used as the entry point for a new Context.