Struct classreader::TypePath [] [src]

pub struct TypePath {
    pub path: Vec<PathElement>,
}

Fields

path: Vec<PathElement>

Trait Implementations

impl Debug for TypePath
[src]

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

Formats the value using the given formatter.