Skip to main content

NullCount

Trait NullCount 

Source
pub trait NullCount {
    // Provided method
    fn null_count(&self) -> usize { ... }
}

Provided Methods§

Source

fn null_count(&self) -> usize

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T: NullCount> NullCount for &T

Source§

impl<T> NullCount for &[T]

Implementors§