Struct syn::token::Super  [−][src]
pub struct Super {
    pub span: Span,
}super
Don’t try to remember the name of this type — use the
Token! macro instead.
Fields
span: SpanTrait Implementations
impl Clone for Super[src]
impl Clone for Super[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for Super[src]
impl ToTokens for Super[src]