pub trait Visitable { }
Expand description

Marker to prevent mistakes.

Implementations on Foreign Types

Implementors

impl Visitable for NodeId

impl<T> Visitable for ArcCow<T>where
    T: Take + Freeze,

impl Visitable for RClass

impl Visitable for RDecl

impl Visitable for RExpr

impl Visitable for RSuper

impl Visitable for RTpl

impl Visitable for RParam

impl Visitable for RIdent

impl Visitable for RLit

impl Visitable for RStr

impl Visitable for RBool

impl Visitable for RNull

impl Visitable for RRegex

impl Visitable for RPat

impl Visitable for RProp

impl Visitable for RStmt

impl Visitable for RTsLit

impl Visitable for Id

impl<const N: &'static str> Visitable for Tracker<N>

impl Visitable for Type

impl Visitable for Key

impl Visitable for Symbol

impl Visitable for Ref

impl Visitable for Module

impl Visitable for Enum

impl Visitable for Class

impl Visitable for Method

impl Visitable for Mapped

impl Visitable for Index

impl Visitable for Unique

impl Visitable for Tuple

impl Visitable for Alias

impl Visitable for TsExpr

impl Visitable for Array

impl Visitable for Union