Enum rustc_ap_rustc_ast::token::Nonterminal [−][src]
pub enum Nonterminal {
}Expand description
For interpolation during macro expansion.
Variants
NtStmt(Stmt)NtLifetime(Ident)Stuff inside brackets for attributes
NtPath(Path)NtVis(Visibility)NtTT(TokenTree)Implementations
Trait Implementations
This is true if this AstLike might support ‘custom’ (proc-macro) inner
attributes. Attributes like #![cfg] and #![cfg_attr] are not
considered ‘custom’ attributes Read more
Auto Trait Implementations
impl !RefUnwindSafe for Nonterminalimpl !Send for Nonterminalimpl !Sync for Nonterminalimpl Unpin for Nonterminalimpl !UnwindSafe for NonterminalBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V