Struct syn::LitByteStr [−][src]
pub struct LitByteStr { /* fields omitted */ }
A byte string literal: b"foo"
.
Implementations
impl LitByteStr
[src]
impl LitByteStr
[src]Trait Implementations
impl Clone for LitByteStr
[src]
impl Clone for LitByteStr
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<LitByteStr> for Lit
[src]
impl From<LitByteStr> for Lit
[src]fn from(e: LitByteStr) -> Lit
[src]
impl Parse for LitByteStr
[src]
impl Parse for LitByteStr
[src]fn parse(input: ParseStream<'_>) -> Result<Self>
[src]
impl ToTokens for LitByteStr
[src]
impl ToTokens for LitByteStr
[src]