pub trait ManifestDecode: for<'a> Decode<ManifestCustomValueKind, VecDecoder<'a, ManifestCustomValueKind>> { }

Object Safety§

This trait is not object safe.

Implementors§