Type Definition xxxdh::errors::XxxDhResult

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

Result specialized to this crate for convenience. Used for protocol related results.