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