Module derive

Source
Expand description

Macro helpers around derive macro and structure syn::DeriveInput.

Re-exports§

pub use super::super::derive;

Modules§

exposed
Exposed namespace of the module.
orphan
Parented namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.

Functions§

named_fields
Extracts the named fields from a struct defined in a syn::DeriveInput.