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

Required methods

Implementors