cell_project

Macro cell_project

Source
macro_rules! cell_project {
    ($type:path, $ident:ident.$field:tt) => { ... };
}
Expand description

project through a shared mutable reference &Cell

see the crate docs for more information