Struct classreader::TypePath[][src]

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

Fields

Trait Implementations

impl Debug for TypePath
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TypePath

impl Sync for TypePath