fn from()
in
src/errors.rs [30:32]
3
lines of code
1
McCabe index (conditional complexity)
fn from(err: hyper::Error) -> Self { HttpError::Hyper(err) }