syntex_syntax::attr::ThinAttributes  
                   
                       [−]
                   
               [src]
type ThinAttributes = Option<Box<Vec<Attribute>>>;
A list of attributes, behind a optional box as a space optimization.