Trait rustdoc::clean::Clean [−][src]
pub(crate) trait Clean<T> {
fn clean(&self, cx: &mut DocContext<'_>) -> T;
}
Required methods
fn clean(&self, cx: &mut DocContext<'_>) -> T
Implementations on Foreign Types
Returns whether the impl has negative polarity.