Skip to main content

NonZeroExt

Trait NonZeroExt 

Source
pub trait NonZeroExt {
    type Inner;

    // Required method
    fn get_logic(self) -> Self::Inner;
}

Required Associated Types§

Required Methods§

Source

fn get_logic(self) -> Self::Inner

logic

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.
Source§

fn get_logic(self) -> Self::Inner

logic

Source§

type Inner = T

Implementors§