pub fn validate_module(module: &LcnfModule) -> Result<(), Vec<ValidationError>>Expand description
Validate an entire module, collecting all errors.
pub fn validate_module(module: &LcnfModule) -> Result<(), Vec<ValidationError>>Validate an entire module, collecting all errors.