pub type FlickrBase58 = Base58<Flickr>;
Adapter to serialize bytes as a base58 string using the Flickr alphabet
pub struct FlickrBase58 { /* private fields */ }