pub type TryParseError = Box<dyn Error + Send + Sync>;
Type-erased toml::de::Error.
toml::de::Error
pub struct TryParseError(/* private fields */);