[][src]Trait bitsy_parser::ToBase36

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

Required methods

fn to_base36(&self) -> String

Loading content...

Implementations on Foreign Types

impl ToBase36 for u64[src]

Loading content...

Implementors

Loading content...