Enum pomelo_parse::language::SML
source · pub enum SML {}
Trait Implementations§
source§impl Language for SML
impl Language for SML
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
source§impl Ord for SML
impl Ord for SML
source§impl PartialOrd<SML> for SML
impl PartialOrd<SML> for SML
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more