pub trait CustomTypeValidation: Debug + Clone + PartialEq + Eq { }

Object Safety§

This trait is not object safe.

Implementors§