pub trait VecAutoHintable { }
Expand description
Implement this on a type T
that also implements Hintable<C: Config>
so that Hintable<C>
is auto implemented on Vec<T>
pub trait VecAutoHintable { }
Implement this on a type T
that also implements Hintable<C: Config>
so that Hintable<C>
is auto implemented on Vec<T>