Trait polars_utils::nulls::IsNull
source · pub trait IsNull {
type Inner;
const HAS_NULLS: bool;
// Required methods
fn is_null(&self) -> bool;
fn unwrap_inner(self) -> Self::Inner;
}
Required Associated Types§
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.