Type Definition rowan::api::SyntaxElement

source · []
pub type SyntaxElement<L> = NodeOrToken<SyntaxNode<L>, SyntaxToken<L>>;

Implementations

Trait Implementations

Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.