error-tree 0.6.0

This crate let's us use the `error_tree!` proc macro for ergonomic error hierarchy definition
Documentation
1
2
3
4
5
6
crate::ix!();

pub trait Validate {

    fn validate(&self) -> bool;
}