Enum rustdoc::clean::PathKind [−][src]
enum PathKind { Unknown, Macro, Value, Type, }
Variants
Unknown
can be either value or type, not a macro
Macro
macro
Value
values, functions, consts, statics, everything in the value namespace
Type
types, traits, everything in the type namespace