Struct syn::LitChar [−][src]
pub struct LitChar { /* fields omitted */ }
A character literal: 'a'
.
Implementations
impl LitChar
[src]
impl LitChar
[src]Trait Implementations
impl ToTokens for LitChar
[src]
impl ToTokens for LitChar
[src]