Trait hyperloglog_rs::prelude::PrimitiveArray
source · pub trait PrimitiveArray<T> {
type Array;
// Required method
fn convert_array(&self) -> Self::Array;
}
pub trait PrimitiveArray<T> {
type Array;
// Required method
fn convert_array(&self) -> Self::Array;
}