[][src]Function internment::with_local

pub fn with_local<F, T, R>(f: F) -> R where
    F: FnOnce(&mut T) -> R,
    T: Any + Default