mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
WIP: Start implementing precondition errors
This commit is contained in:
@@ -4,8 +4,8 @@ use std::io::BufRead;
|
||||
pub use xml_derive::XmlDeserialize;
|
||||
pub use xml_derive::XmlDocument;
|
||||
|
||||
use crate::XmlError;
|
||||
use crate::XmlRootTag;
|
||||
use crate::{XmlError, XmlSerialize};
|
||||
|
||||
pub trait XmlDeserialize: Sized {
|
||||
fn deserialize<R: BufRead>(
|
||||
|
||||
Reference in New Issue
Block a user