pub fn validate_structural<T>(doc: &T) -> Result<(), RedispatchXmlError>where
T: ValidateStructural,Expand description
Validate the structural integrity of a specific document without a
Document enum wrapper.
Validates structural rules (presence of required fields, value ranges).