macro_rules! borrow_option_mut {
($var:expr) => { ... };
}Expand description
Get a mutable reference to a variable stored in a RefCell<Option<>>.
macro_rules! borrow_option_mut {
($var:expr) => { ... };
}Get a mutable reference to a variable stored in a RefCell<Option<>>.