Skip to main content

validate_structural

Function validate_structural 

Source
pub fn validate_structural<T>(doc: &T) -> Result<(), RedispatchXmlError>
Expand description

Validate the structural integrity of a specific document without a Document enum wrapper.

Validates structural rules (presence of required fields, value ranges).