mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 01:12:24 +00:00
xml: Some work on errors
This commit is contained in:
@@ -22,6 +22,8 @@ pub enum ParseValueError {
|
||||
ParseIntError(#[from] ParseIntError),
|
||||
#[error(transparent)]
|
||||
ParseFloatError(#[from] ParseFloatError),
|
||||
#[error("{0}")]
|
||||
Other(String),
|
||||
}
|
||||
|
||||
macro_rules! impl_value_parse {
|
||||
|
||||
Reference in New Issue
Block a user