Struct quote::ByteStr 
                   
                       [−]
                   
               [src]
pub struct ByteStr<'a>(pub &'a str);
Wrap a &str so it interpolates as a byte-string: b"abc".
pub struct ByteStr<'a>(pub &'a str);
Wrap a &str so it interpolates as a byte-string: b"abc".
impl<'a> Debug for ByteStr<'a>[src]impl<'a> ToTokens for ByteStr<'a>[src]