Crates.io | rovv_derive |
lib.rs | rovv_derive |
version | 0.2.0 |
source | src |
created_at | 2021-03-30 05:45:05.270424 |
updated_at | 2021-04-09 06:24:55.411911 |
description | provide the anonymous row type (poor-man's row polymorphism) in rust |
homepage | |
repository | https://github.com/TOETOE55/rovv |
max_upload_size | |
id | 375491 |
size | 10,834 |
parse row!
and dyn_row!
, and transform them to
impl LensRef<Optic![a], A> + LensMut<Optic![b], B> + Lens<Optic![c], C>
dyn LensRef<Optic![a], A> + LensMut<Optic![b], B> + Lens<Optic![c], C>