[][src]Function rustdoc::clean::enter_impl_trait

pub fn enter_impl_trait<F, R>(cx: &DocContext, f: F) -> R where
    F: FnOnce() -> R,