pub(crate) async fn validate_schema_ownership_impl(
client: &Client,
schema_set: &BTreeSet<SchemaQualifier>,
) -> Result<(), DatabaseValidationError>Expand description
Internal implementation of validate_schema_ownership.
pub(crate) async fn validate_schema_ownership_impl(
client: &Client,
schema_set: &BTreeSet<SchemaQualifier>,
) -> Result<(), DatabaseValidationError>Internal implementation of validate_schema_ownership.