pub trait BitTestAll {
// Required method
fn test_all(&self) -> bool;
}Expand description
Test all bit. This trait should be implemented for most bit-set.
pub trait BitTestAll {
// Required method
fn test_all(&self) -> bool;
}Test all bit. This trait should be implemented for most bit-set.