#[unsafe(no_mangle)]
pub extern "C" fn hyper_error_code(
err: *const hyper_error,
) -> hyper_code
Available on crate feature
ffi
and hyper_unstable_ffi
only.Expand description
Get an equivalent hyper_code
from this error.