Macro lens_rs::optics[][src]

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