jam_types::simple_result_code

Type Alias SimpleResult

Source
pub type SimpleResult = u32;
Expand description

Type which represents a result from a host call/“machine context mutator”.

Trait Implementations§

Source§

impl From<SimpleResultCode> for SimpleResult

Source§

fn from(code: SimpleResultCode) -> Self

Converts to this type from the input type.