Type Definition xcb::ConnResult[][src]

pub type ConnResult<T> = Result<T, ConnError>;
Expand description

The result type associated with ConnError.