pub trait FromBase36 {
    fn from_base36(&self) -> BuckyResult<Vec<u8>>;
}

Required Methods

Implementations on Foreign Types

Implementors