pub trait ArgAll {
type strs;
fn strs_sig<F: FnMut(&'static str, Signature<'static>)>(a: Self::strs, f: F);
}Expand description
Helper trait to introspect many arguments.
pub trait ArgAll {
type strs;
fn strs_sig<F: FnMut(&'static str, Signature<'static>)>(a: Self::strs, f: F);
}Helper trait to introspect many arguments.