pub trait KeySchemaKind: KeySchemaKindSeal { }Expand description
Sealed marker trait for key schema kinds.
Implemented only by SimpleKey and CompositeKey. This trait is
sealed and cannot be implemented outside of this crate. It is used as a
bound on KeySchema::Kind to restrict the set of valid key schema
configurations.