Function rustuv::status_to_maybe_uv_error[src]
pub fn status_to_maybe_uv_error(status: c_int) -> Option<UvError>
Given a uv error code, convert a callback status to a UvError
pub fn status_to_maybe_uv_error(status: c_int) -> Option<UvError>
Given a uv error code, convert a callback status to a UvError
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).