Trait rustdoc::clean::Clean[][src]

pub(crate) trait Clean<T> {
    fn clean(&self, cx: &mut DocContext<'_>) -> T;
}

Required methods

Implementations on Foreign Types

Returns whether the impl has negative polarity.

Implementors