Trait breadx::XidType[][src]

pub trait XidType {
    fn xid(&self) -> XID;
fn from_xid(xid: XID) -> Self; fn count_ones(&self) -> usize { ... } }
Expand description

A type that acts as a wrapper around an XID.

Required methods

Provided methods

Implementors