Macro lens_rs::field[][src]

macro_rules! field {
    [] => { ... };
    [$optic:ident] => { ... };
    [$optic:ident . $($optics:tt)*] => { ... };
}