pub fn validate_scope_query_request(
request: &ScopeQueryRequest,
) -> Result<(), ScopeQueryError>Expand description
Validate the closed scope-query contract before document I/O.
ยงErrors
Returns the first violated bound or projection invariant.