Type Alias sep2_common::packages::types::LocaleType
source · pub type LocaleType = String42;
Expand description
IETF RFC 4646 identifier of a language-region. An exhaustive list is currently out of scope for this project
Aliased Type§
struct LocaleType(pub String);
Fields§
§0: String
Trait Implementations§
source§impl Ord for String42
impl Ord for String42
source§impl PartialEq<String42> for String42
impl PartialEq<String42> for String42
source§impl PartialOrd<String42> for String42
impl PartialOrd<String42> for String42
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