DefaultNativeVm

Type Alias DefaultNativeVm 

Source
pub type DefaultNativeVm = NativeVm<NoExtension>;

Aliased Type§

pub struct DefaultNativeVm { /* private fields */ }

Implementations§

Source§

impl DefaultNativeVm

Source

pub fn new() -> Self

Trait Implementations§

Source§

impl Default for DefaultNativeVm

Source§

fn default() -> Self

Returns the “default value” for a type. Read more