Trait elrond_wasm::io::DynArgOutput[][src]

pub trait DynArgOutput {
    fn push_single_arg<T: TopEncode>(&mut self, arg: T);
}

Required methods

Implementors