Trait ucx::ucs_status_tEx [] [src]

pub trait ucs_status_tEx {
    fn UCS_IS_LINK_ERROR(self) -> bool;
    fn UCS_IS_ENDPOINT_ERROR(self) -> bool;
    fn string(self) -> &'static CStr;
    fn isOk(self) -> bool;
}

Required Methods

Implementors