Trait tvm::runtime::AsArgValue[][src]

pub trait AsArgValue<'a> {
    fn as_arg_value(&'a self) -> ArgValue<'a>;
}

Required methods

Implementors