Trait rand::distributions::utils::BoolAsSIMD
source · pub(crate) trait BoolAsSIMD: Sized {
// Required methods
fn any(self) -> bool;
fn all(self) -> bool;
fn none(self) -> bool;
}
Required Methods§
Object Safety§
This trait is not object safe.