Struct ckb_vm::machine::DefaultMachine [−][src]
pub struct DefaultMachine<'a, Inner> { /* fields omitted */ }Implementations
Trait Implementations
type REG = <Inner as CoreMachine>::REG
type MEM = <Inner as CoreMachine>::MEM
Returns the “default value” for a type. Read more