pub fn validate_load_spec(
spec: LoadSpec<'_>,
policy: LoadPolicy,
) -> Result<(), LoadError>Expand description
Validate source-selection constraints before any host access.
ยงErrors
Returns the precise loading input violation; no query view is inspected.