Type Alias macro_tools::AttributedIdent

source ·
pub type AttributedIdent = Pair<Many<AttributesInner>, Ident>;
Expand description

Attribute and ident.

Aliased Type§

struct AttributedIdent(pub Many<AttributesInner>, pub Ident);

Fields§

§0: Many<AttributesInner>§1: Ident

Trait Implementations§

source§

impl From<Ident> for AttributedIdent

source§

fn from(src: Ident) -> Self

Converts to this type from the input type.