Struct syntax::ext::deriving::generic::ty::PathExperimental
[-]
[+]
[src]
pub struct Path<'a> {
pub path: Vec<&'a str>,
pub lifetime: Option<&'a str>,
pub params: Vec<Box<Ty<'a>>>,
pub global: bool,
}A path, e.g. ::std::option::Option::<int> (global). Has support
for type parameters and a lifetime.
Fields
path | |
lifetime | |
params | |
global |