Struct quote::ByteStr
[−]
[src]
pub struct ByteStr<'a>(pub &'a str);
Wrap a &str so it interpolates as a byte-string: b"abc".
Trait Implementations
impl<'a> Debug for ByteStr<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more