[][src]Trait ewasm::Execute

pub trait Execute<'a> {
    fn execute(&'a mut self) -> [u8; 32];
}

Required methods

fn execute(&'a mut self) -> [u8; 32]

Loading content...

Implementors

impl<'a> Execute<'a> for Runtime<'a>[src]

Loading content...