pub trait CustomTypeKind<L>: Debug + Clone + PartialEq + Eq
where L: SchemaTypeLink,
{ type CustomTypeValidation: CustomTypeValidation; }

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§