pub type ValidationError = Box<ValidationError<'static>>;
pub struct ValidationError(/* private fields */);