macro_rules! derive_deftly_template_CrateGetters {
({ $($driver:tt)* } [$($aoptions:tt)*] ($($future:tt)*) $($tpassthrough:tt)*) => { ... };
($($wrong:tt)*) => { ... };
}Expand description
Derive getters for struct fields.
Like amplify::Getters but pub(crate).
TODO add this feature to amplify.
This is a derive_deftly template. Do not invoke it directly.
To use it, write: #[derive(Deftly)] #[derive_deftly(CrateGetters)].