Type Definition bs58::decode::Result [−][src]
pub type Result<T> = Result<T, Error>;Expand description
A specialized Result type for bs58::decode
pub type Result<T> = Result<T, Error>;A specialized Result type for bs58::decode