pub trait ToBase36 {
    fn to_base36(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors