pub type SimpleResult = u64;Expand description
Type which represents a result from a host call/“machine context mutator”.
Trait Implementations§
Source§impl From<SimpleResultCode> for SimpleResult
impl From<SimpleResultCode> for SimpleResult
Source§fn from(code: SimpleResultCode) -> Self
fn from(code: SimpleResultCode) -> Self
Converts to this type from the input type.