Type Definition solana_rbpf::vm::ProgramResult[][src]

type ProgramResult<E> = Result<u64, EbpfError<E>>;

Return value of programs and syscalls