Function adapton::engine::ns [] [src]

pub fn ns<T, F>(n: Name, body: F) -> T where
    F: FnOnce() -> T, 

Creates or re-enters a given namespace; performs the given computation there.