fn from()

in src/lib.rs [273:275]


    fn from(err: anyhow::Error) -> RunnerError {
        RunnerError::Other(err)
    }