Struct syn::LitChar [−][src]
pub struct LitChar { /* fields omitted */ }
A character literal: 'a'
.
Implementations
impl LitChar
[src]
impl LitChar
[src]Trait Implementations
impl Clone for LitChar
[src]
impl Clone for LitChar
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for LitChar
[src]
impl ToTokens for LitChar
[src]