1 2 3 4 5 6 7 8 9 10 11 12
// ---------------- [ File: batch-mode-batch-schema/src/errors.rs ] crate::ix!(); error_tree!{ #[derive(PartialEq)] pub enum ContentParseError { InvalidContent, #[cmp_neq] IoError(std::io::Error), } }