//! Whether the driver is running as the server side or the client side of an HTTP/2
//! connection. The handful of role-asymmetric branch points in the driver — preface
//! direction, HEADERS-on-unknown-id semantics, HEADERS-on-known-id semantics — route
//! through a single match on this enum each.
/// Whether this driver is servicing a peer that dialled us (server role) or a peer we
/// dialled (client role). Routes the handful of role-asymmetric driver concerns — preface
/// direction, HEADERS-on-unknown-id semantics, HEADERS-on-known-id semantics — through a
/// single match point each.
pub