Expand description
A Serde ast, parsed from the Syn ast and ready to generate Rust code.
Structsยง
- A source data structure annotated with
#[derive(Serialize)]
and/or#[derive(Deserialize)]
, parsed into an internal representation. - A field of a struct.
- A variant of an enum.
Enumsยง
- The fields of a struct or enum.
Functionsยง
- enum_
from_ ๐ast - fields_
from_ ๐ast - struct_
from_ ๐ast