[][src]Trait seshat::unicode::Normalization

pub trait Normalization {
    fn to_nfd(&self) -> String;
fn to_nfkd(&self) -> String;
fn to_nfc(&self) -> String;
fn to_nfkc(&self) -> String; }

Required methods

fn to_nfd(&self) -> String

fn to_nfkd(&self) -> String

fn to_nfc(&self) -> String

fn to_nfkc(&self) -> String

Loading content...

Implementations on Foreign Types

impl Normalization for str[src]

Loading content...

Implementors

Loading content...