fn from()
in
src/api/mod.rs [35:37]
3
lines of code
1
McCabe index (conditional complexity)
fn from(error: IoError) -> Self { Error::Io(error) }