Module rustdoc::doctree [−][src]
This module is used to store stuff from Rust's AST in a more convenient manner (and with prettier names) before cleaning.
Re-exports
pub use self::StructType::*; |
pub use self::TypeBound::*; |
use rustc_target::spec::abi; |
use syntax::ast; |
use syntax::ast::Name; |
use syntax::ast::NodeId; |
use syntax::attr; |
use syntax::ptr::P; |
use syntax::ptr::P; |
use syntax_pos; |
use syntax_pos::Span; |
use rustc::hir; |
use rustc::hir::def_id::CrateNum; |
Structs
Constant | |
Enum | |
ExternCrate | |
Function | |
Impl | |
Import | |
Macro | |
Module | |
Static | |
Struct | |
Trait | |
Typedef | |
Union | |
Variant |
Enums
StructType | |
TypeBound |
Functions
struct_type_from_def |