Struct syn::ByteStrLit [] [src]

pub struct ByteStrLit {
    pub value: Vec<u8>,
    pub style: StrStyle,
}

Fields

Trait Implementations

impl Debug for ByteStrLit
[src]

Formats the value using the given formatter.

impl Clone for ByteStrLit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more