Method

Type Alias Method 

Source
pub type Method = i32;

Trait Implementations§

Source§

impl From<VmMethod> for Method

Source§

fn from(m: VmMethod) -> Self

Converts to this type from the input type.
Source§

impl From<WasmMethod> for Method

Source§

fn from(m: WasmMethod) -> Self

Converts to this type from the input type.