Trait syntax::errors::snippet::StringSource [] [src]

pub trait StringSource {
    fn make_string(self) -> String;
}
Unstable (rustc_private)

Required Methods

fn make_string(self) -> String

Unstable (rustc_private)

Implementors