Macro take_option

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

Take a variable out of a RefCell<Option<>>.