Enum rustc_ap_rustc_ast::ast::AttrStyle [−][src]
pub enum AttrStyle {
Outer,
Inner,
}Expand description
Distinguishes between Attributes that decorate items and Attributes that
are contained as statements within items. These two cases need to be
distinguished for pretty-printing.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AttrStyleimpl UnwindSafe for AttrStyleBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V