pub type TypeIdFor<V> = <<V as Visitor>::TypeResolver as TypeResolver>::TypeId;Expand description
Return the type ID type of some Visitor.
pub type TypeIdFor<V> = <<V as Visitor>::TypeResolver as TypeResolver>::TypeId;Return the type ID type of some Visitor.