pub type SelectionSet = SelectionSet<'static, String>;Aliased Type§
pub struct SelectionSet {
pub span: (Pos, Pos),
pub items: Vec<Selection<'static, String>>,
}Fields§
§span: (Pos, Pos)§items: Vec<Selection<'static, String>>pub type SelectionSet = SelectionSet<'static, String>;pub struct SelectionSet {
pub span: (Pos, Pos),
pub items: Vec<Selection<'static, String>>,
}span: (Pos, Pos)§items: Vec<Selection<'static, String>>