context::context::ContextFn [] [src]

type ContextFn = extern fn(t: Transfer) -> !;

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