Type Alias scale_decode::visitor::TypeIdFor

source ·
pub type TypeIdFor<V> = <<V as Visitor>::TypeResolver as TypeResolver>::TypeId;
Expand description

Return the type ID type of some Visitor.