Trait rustdoc::clean::ToSource[src]

trait ToSource {
    fn to_src(&self) -> String;
}

Required Methods

fn to_src(&self) -> String

Implementors