pub fn validate_type_kind<'a, S>(
context: &SchemaContext,
type_kind: &TypeKind<<S as CustomSchema>::CustomLocalTypeKind, LocalTypeId>,
) -> Result<(), SchemaValidationError>where
S: CustomSchema,pub fn validate_type_kind<'a, S>(
context: &SchemaContext,
type_kind: &TypeKind<<S as CustomSchema>::CustomLocalTypeKind, LocalTypeId>,
) -> Result<(), SchemaValidationError>where
S: CustomSchema,