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. Read more

impl Clone for ByteStrLit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ByteStrLit

impl Sync for ByteStrLit