Trait bitsy_parser::ToBase36[][src]

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

Required methods

Implementations on Foreign Types

Implementors