Trait windows_helpers::core::CheckNullError
source · pub trait CheckNullError{
// Required method
fn nonnull_or_e_handle(self) -> Result<Self>;
}Required Methods§
sourcefn nonnull_or_e_handle(self) -> Result<Self>
fn nonnull_or_e_handle(self) -> Result<Self>
Object Safety§
This trait is not object safe.