Struct syn::LitByteStr
source · pub struct LitByteStr { /* private fields */ }
Expand description
A byte string literal: b"foo"
.
Implementations§
Trait Implementations§
source§impl From<LitByteStr> for Lit
impl From<LitByteStr> for Lit
source§fn from(e: LitByteStr) -> Lit
fn from(e: LitByteStr) -> Lit
Converts to this type from the input type.