Enum classreader::TypePathKind [] [src]

pub enum TypePathKind {
    Array,
    Nested,
    WildcardBound,
    TypeArgument,
}

Variants

ArrayNestedWildcardBoundTypeArgument

Trait Implementations

impl Debug for TypePathKind
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.