Struct syn::StrLit [−][src]
Fields
value: String
style: StrStyle
Trait Implementations
impl Debug for StrLit[src]
impl Debug for StrLitfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for StrLit[src]
impl Clone for StrLit