Struct syn::token::Paren [−][src]
pub struct Paren(pub Span);
(...)
Methods
impl Paren[src]
impl Parenpub fn surround<F>(&self, tokens: &mut Tokens, f: F) where
F: FnOnce(&mut Tokens), [src]
pub fn surround<F>(&self, tokens: &mut Tokens, f: F) where
F: FnOnce(&mut Tokens), pub fn parse<F, R>(tokens: Cursor, f: F) -> PResult<(Paren, R)> where
F: FnOnce(Cursor) -> PResult<R>, [src]
pub fn parse<F, R>(tokens: Cursor, f: F) -> PResult<(Paren, R)> where
F: FnOnce(Cursor) -> PResult<R>, Trait Implementations
impl Copy for Paren[src]
impl Copy for Parenimpl Clone for Paren[src]
impl Clone for Parenfn clone(&self) -> Paren[src]
fn clone(&self) -> ParenReturns 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 Paren[src]
impl Default for Parenimpl From<Span> for Paren[src]
impl From<Span> for Paren