pub fn validate_transformers(transformers: &[Transformer]) -> MdtResult<()>Expand description
Validate that all transformer arguments are well-formed. Returns an error for the first invalid transformer found.
pub fn validate_transformers(transformers: &[Transformer]) -> MdtResult<()>Validate that all transformer arguments are well-formed. Returns an error for the first invalid transformer found.