1
2
3
4
5
use dharitri_codec::TopEncode;

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