mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 14:08:23 +00:00
dav: Refactor proppatch, remove InvalidProperty trait
This commit is contained in:
@@ -28,8 +28,8 @@ pub enum XmlDeError {
|
||||
Other(String),
|
||||
#[error("Invalid variant: {0}")]
|
||||
InvalidVariant(String),
|
||||
#[error("Invalid field name: {0}")]
|
||||
InvalidFieldName(String),
|
||||
#[error("Invalid field name in {0}: {1}")]
|
||||
InvalidFieldName(&'static str, String),
|
||||
#[error(transparent)]
|
||||
InvalidValue(#[from] crate::value::ParseValueError),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user