macro_rules! impl_trivially_validatable {
    ($type:ty) => { ... };
}