pub type SpannedTypeAst<'a> = Spanned<'a, TypeAst<'a>>;Expand description
Spanned TypeAst.
Aliased Type§
pub struct SpannedTypeAst<'a> {
pub extra: TypeAst<'a>,
/* private fields */
}Fields§
§extra: TypeAst<'a>Extra information that can be embedded by the user.