Struct syntex_syntax::ext::deriving::generic::ty::Path
[−]
[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::<i32> (global). Has support
for type parameters and a lifetime.
Fields
path | |
lifetime | |
params | |
global |