Struct syn::token::Brace
[−]
[src]
pub struct Brace(pub Span);
{...}
Methods
impl Brace
[src]
impl Brace
pub fn surround<F>(&self, tokens: &mut TokenStream, f: F) where
F: FnOnce(&mut TokenStream),
[src]
pub fn surround<F>(&self, tokens: &mut TokenStream, f: F) where
F: FnOnce(&mut TokenStream),
pub fn parse<F, R>(tokens: Cursor, f: F) -> PResult<(Brace, R)> where
F: FnOnce(Cursor) -> PResult<R>,
[src]
pub fn parse<F, R>(tokens: Cursor, f: F) -> PResult<(Brace, R)> where
F: FnOnce(Cursor) -> PResult<R>,
Trait Implementations
impl Copy for Brace
[src]
impl Copy for Brace
impl Clone for Brace
[src]
impl Clone for Brace
fn clone(&self) -> Brace
[src]
fn clone(&self) -> Brace
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Default for Brace
[src]
impl Default for Brace
impl From<Span> for Brace
[src]
impl From<Span> for Brace