Enum bson::oid::Error
[−]
[src]
pub enum Error {
ArgumentError(String),
FromHexError(FromHexError),
IoError(Error),
HostnameError,
}Errors that can occur during OID construction and generation.
Variants
ArgumentError(String)FromHexError(FromHexError)IoError(Error)HostnameErrorTrait Implementations
impl Debug for Error[src]
impl From<FromHexError> for Error[src]
fn from(err: FromHexError) -> Error
Performs the conversion.