Macro borrow_option_mut

Source
macro_rules! borrow_option_mut {
    ($var:expr) => { ... };
}
Expand description

Get a mutable reference to a variable stored in a RefCell<Option<>>.