Struct syn::token::Paren [−][src]
pub struct Paren {
pub span: Span,
}(...)
Fields
span: SpanImplementations
impl Paren[src]
impl Paren[src]pub fn surround<F>(&self, tokens: &mut TokenStream, f: F) where
F: FnOnce(&mut TokenStream), [src]
F: FnOnce(&mut TokenStream),
Trait Implementations
impl Clone for Paren[src]
impl Clone for Paren[src]This is supported on crate feature
clone-impls only.fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for Paren
impl RefUnwindSafe for Parenimpl UnwindSafe for Paren
impl UnwindSafe for Paren