Struct classreader::PathElement[][src]

pub struct PathElement {
    pub kind: TypePathKind,
    pub argument_index: u8,
}

Fields

Trait Implementations

impl Debug for PathElement
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PathElement

impl Sync for PathElement