Struct syn::StrLit
[−]
[src]
pub struct StrLit {
pub value: String,
pub style: StrStyle,
}Fields
value: String
style: StrStyle
Trait Implementations
impl Debug for StrLit[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more