Struct classreader::PathElement [] [src]

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

Fields

kind: TypePathKind argument_index: u8

Trait Implementations

impl Debug for PathElement
[src]

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

Formats the value using the given formatter.