[][src]Type Definition solana_rbpf::ebpf::HelperContext

type HelperContext = Option<Box<dyn Any + 'static>>;

Context object passed to a helper function, carries along state and/or lifetime