Enum syntax::ast::Mac_Experimental [-]  [+] [src]

pub enum Mac_ {
    MacInvocTT(Path, Vec<TokenTree>, SyntaxContext),
}

Represents a macro invocation. The Path indicates which macro is being invoked, and the vector of token-trees contains the source of the macro invocation. There's only one flavor, now, so this could presumably be simplified.

Variants

MacInvocTT

Trait Implementations

Derived Implementations

impl Show for Mac_

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<__S: Writer> Hash<__S> for Mac_

fn hash(&self, __arg_0: &mut __S)

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Mac_

fn decode(__arg_0: &mut __D) -> Result<Mac_, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Mac_

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Eq for Mac_

fn assert_receiver_is_total_eq(&self)

impl PartialEq for Mac_

fn eq(&self, __arg_0: &Mac_) -> bool

fn ne(&self, __arg_0: &Mac_) -> bool

impl Clone for Mac_

fn clone(&self) -> Mac_

fn clone_from(&mut self, source: &Self)