Macro lenses::struct_lens

source ·
macro_rules! struct_lens {
    (clone $thetype:ident, $expr:ident) => { ... };
    (copy $thetype:ident, $expr:ident) => { ... };
}