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

Required Methods§

source

fn push_single_arg<T: TopEncode>(&mut self, arg: T)

Object Safety§

This trait is not object safe.

Implementors§