Enum syntex_syntax::ast::StrStyle
[−]
[src]
pub enum StrStyle {
CookedStr,
RawStr(usize),
}Variants
CookedStr | A regular string, like |
RawStr | A raw string, like The uint is the number of |