scale_decode::visitor

Type Alias TypeIdFor

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

Return the type ID type of some Visitor.