pub trait HasCount<Idx> {
type Value;
// Required method
fn count(&self) -> &Self::Value;
}Expand description
The identity a selected count(*) is filed under in a row.
Required Associated Types§
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".