Macro rui::make_lens

source ·
macro_rules! make_lens {
    ($lens_name: ident, $from: ty, $to: ty, $field: ident) => { ... };
}