Trait ApiVm

Source
pub trait ApiVm {
    type Arithm: StateArithm;
    type Reader: StateReader;
    type Adaptor: StateAdaptor;

    // Required method
    fn vm_type(&self) -> VmType;
}

Required Associated Types§

Required Methods§

Source

fn vm_type(&self) -> VmType

Implementors§