[][src]Trait lnpbp::rgb::prelude::VirtualMachine

pub trait VirtualMachine {
    fn stack(&mut self) -> &mut Vec<Box<dyn Any>>

Notable traits for Vec<u8>

impl Write for Vec<u8>
; fn push_stack(&mut self, data: Box<dyn Any>) -> bool { ... }
fn pop_stack(&mut self) -> Option<Box<dyn Any>> { ... } }

Required methods

fn stack(&mut self) -> &mut Vec<Box<dyn Any>>

Notable traits for Vec<u8>

impl Write for Vec<u8>

Loading content...

Provided methods

fn push_stack(&mut self, data: Box<dyn Any>) -> bool

fn pop_stack(&mut self) -> Option<Box<dyn Any>>

Loading content...

Implementors

impl VirtualMachine for Embedded[src]

impl VirtualMachine for Simplicity[src]

Loading content...