Struct rustdoc::doctree::Macro[src]
pub struct Macro {
pub name: Ident,
pub id: NodeId,
pub attrs: Vec<Attribute>,
pub where: Span,
}Fields
name | |
id | |
attrs | |
where |
pub struct Macro {
pub name: Ident,
pub id: NodeId,
pub attrs: Vec<Attribute>,
pub where: Span,
}name | |
id | |
attrs | |
where |
impl Clean<Item> for Macro
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).