Type Definition c_ares::Result [] [src]

type Result<T> = Result<T, Error>;

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