Macro borrow_option

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

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