Function internment::with_local[][src]

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