#[derive(Accessor)]Expand description
Derive field accessors for a struct (named or tuple).
Generates, for each field:
pub const acc_*() -> pathmod::Accessor<Self, FieldTy>accessors, andwith_*reconstruction helpers that consumeselfand replace just that field.
See the crate-level docs for usage examples.