Skip to main content

aggregate

Function aggregate 

Source
pub fn aggregate(
    results: Vec<Result<(), ValidationError>>,
) -> Result<(), ValidationError>
Expand description

聚合多个验证结果(非短路,收集全部错误)