Macro get

Source
macro_rules! get {
    ($t:ident, $f:ident) => { ... };
}
Expand description

Safe wrapper of PrivateCell::get().