pub trait BitOps64: BitOps32 + RotateEachWord64 { }

Implementors