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
macro_rules! cell_project {
($type:path, $ident:ident.$field:tt) => { ... };
}project through a shared mutable reference &Cell
see the crate docs for more information