//! Parser error type shared by every [`FromStr`](std::str::FromStr)
//! implementation in the crate.
use fmt;
/// Error returned when parsing a music-theory value (a note, chord, scale,
/// etc.) fails. The message is human-readable but its exact text is not
/// part of the stable API.