pub trait CollatingSeq {
// Required method
fn characters(&self) -> &[char];
}Expand description
A collating sequence
Required Methods§
Sourcefn characters(&self) -> &[char]
fn characters(&self) -> &[char]
return all characters from the charset