Type Definition gluon_vm::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Type returned from vm functions which may fail