Trait syntax::ext::quote::rt::ToSourceUnstable [-] [+] [src]

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

Required Methods

fn to_source(&self) -> String

Implementors