Struct serde_codegen_internals::attr::Item
[−]
[src]
pub struct Item { /* fields omitted */ }
Represents container (e.g. struct) attribute information
Methods
impl Item
[src]
fn from_ast(cx: &Ctxt, item: &MacroInput) -> Self
Extract out the #[serde(...)]
attributes from an item.