[][src]Function scoped_cell::scoped_cell

pub fn scoped_cell<T: ?Sized, F, R>(value: &mut T, fun: F) -> R where
    F: FnOnce(ScopedCell<T>) -> R,