//! Conversion errors.
use Error;
/// The associated error of [`FromStr`] which can be returned from parsing a string.
///
/// [`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html#associatedtype.Err
/// The error which can be returned when convert a byte slice back into a Hash.