Struct quote::ByteStr [] [src]

pub struct ByteStr<'a>(pub &'a str);

Trait Implementations

impl<'a> Debug for ByteStr<'a>
[src]

Formats the value using the given formatter.

impl<'a> ToTokens for ByteStr<'a>
[src]