pub trait BasicDecode: for<'a> Decode<NoCustomValueKind, VecDecoder<'a, NoCustomValueKind>> { }

Object Safety§

This trait is not object safe.

Implementors§