Trait rustdoc::clean::Clean[src]

pub trait Clean<T> {
    fn clean(&self) -> T;
}

Required Methods

fn clean(&self) -> T

Implementors