fn from()
in
src/lib.rs [273:275]
3
lines of code
1
McCabe index (conditional complexity)
fn from(err: anyhow::Error) -> RunnerError { RunnerError::Other(err) }