fn from()
in
src/lib.rs [305:307]
3
lines of code
1
McCabe index (conditional complexity)
fn from(value: std::io::Error) -> Self { Self::Io(value) }