pub trait BSwap {
    fn bswap(self) -> Self;
}

Required Methods

Implementors