Type Alias rem_utils::annotation::Annotated
source ยท pub type Annotated<'a, T> = (Annotations<'a>, T);Expand description
A pair of an AST and its annotations
pub type Annotated<'a, T> = (Annotations<'a>, T);A pair of an AST and its annotations