Module rustdoc::doctree
[−]
[src]
🔬 This is a nightly-only experimental API. (
rustdoc)This module is used to store stuff from Rust's AST in a more convenient manner (and with prettier names) before cleaning.
Reexports
pub use self::StructType::*; |
pub use self::TypeBound::*; |
Structs
| Constant |
[ Experimental ]
|
| DefaultImpl |
[ Experimental ]
|
| Enum |
[ Experimental ]
|
| ExternCrate |
[ Experimental ]
|
| Function |
[ Experimental ]
|
| Impl |
[ Experimental ]
|
| Import |
[ Experimental ]
|
| Macro |
[ Experimental ]
|
| Module |
[ Experimental ]
|
| Static |
[ Experimental ]
|
| Struct |
[ Experimental ]
|
| Trait |
[ Experimental ]
|
| Typedef |
[ Experimental ]
|
| Union |
[ Experimental ]
|
| Variant |
[ Experimental ]
|
Enums
| StructType |
[ Experimental ]
|
| TypeBound |
[ Experimental ]
|
Functions
| struct_type_from_def |
[ Experimental ]
|