pub type ValueVisitor<Resolver> = DecodeValueVisitor<Resolver, TypeIdContext>;
A visitor that can be used to decode types into Values.
Value
pub struct ValueVisitor<Resolver> { /* private fields */ }