pub trait NonZeroExt {
type Inner;
// Required method
fn get_logic(self) -> Self::Inner;
}Required Associated Types§
Required Methods§
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: ZeroablePrimitive> NonZeroExt for NonZero<T>
Available on creusot only.
impl<T: ZeroablePrimitive> NonZeroExt for NonZero<T>
Available on
creusot only.