slight report refactoring

This commit is contained in:
Lennart
2025-06-03 23:06:00 +02:00
parent 7f3ce01c2b
commit c14f98a432
4 changed files with 86 additions and 118 deletions

View File

@@ -39,7 +39,7 @@ pub enum CalDateTimeError {
}
#[derive(Debug, Clone, Deref, PartialEq)]
pub struct UtcDateTime(DateTime<Utc>);
pub struct UtcDateTime(pub DateTime<Utc>);
impl ValueDeserialize for UtcDateTime {
fn deserialize(val: &str) -> Result<Self, rustical_xml::XmlError> {