pub trait ValidKeySchema<KSK: KeySchemaKind> { }Expand description
Ensures that a KeySchema implementation is internally consistent.
Prevents invalid key schema declarations — for example, declaring a composite key schema without providing a sort key type. This trait is automatically satisfied for correctly-formed key schemas; you do not implement or call it directly.