Type Alias wagon_codegen::SpannableIdent

source ·
pub type SpannableIdent = SpannableNode<Ident>;
Expand description

A quick type alias to represent a wagon_ident::Ident with span information.

Aliased Type§

struct SpannableIdent { /* private fields */ }