pub fn join_results(results: Vec<Result<()>>) -> Result<()>Expand description
Converts a Vec<anyhow::Result<()>> to an anyhow::Result<()>,
with any error messages joined by a semicolon.
pub fn join_results(results: Vec<Result<()>>) -> Result<()>Converts a Vec<anyhow::Result<()>> to an anyhow::Result<()>,
with any error messages joined by a semicolon.