Skip to main content

run_chain

Function run_chain 

Source
pub fn run_chain<C>(ctx: &C, chain: &[&dyn Validator<C>]) -> ValidationResult
Expand description

Run a chain of validators; return the first error or Ok(()).