fn from()
in
src/lib.rs [311:313]
3
lines of code
1
McCabe index (conditional complexity)
fn from(value: reqwest::Error) -> Self { Self::Request(value) }