Struct syn::ByteStrLit [] [src]

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

Fields

Trait Implementations

impl Debug for ByteStrLit
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ByteStrLit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more