Struct unrest_tmp_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]

Formats the value using the given formatter.

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

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more