Type Definition c_ares::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

The type used by this library for methods that might fail.