Trait tvm_rt::function::Typed[][src]

pub trait Typed<I, O> {
    fn args<'arg>(i: Vec<ArgValue<'arg>>) -> Result<Args<'arg, I>>;
fn ret(o: O) -> Result<RetValue>; }

Required methods

Implementations on Foreign Types

Implementors