Struct syn::LitByteStr [] [src]

pub struct LitByteStr { /* fields omitted */ }

A byte string literal: b"foo".

This type is available if Syn is built with the "derive" or "full" feature.

Methods

impl LitByteStr
[src]

Important traits for Vec<u8>

Trait Implementations

impl Synom for LitByteStr
[src]

A short name of the type being parsed. Read more

impl ToTokens for LitByteStr
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl Clone for LitByteStr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<LitByteStr> for Lit
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for LitByteStr

impl !Sync for LitByteStr