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