[][src]Trait zeroable::assert_zeroable::GetAssertZeroable

pub trait GetAssertZeroable: Zeroable {
    const GET: AssertZeroable<Self>;
}

Constructs an AssertZeroable<Self>. Declared to improve the error message when a field does not implement Zeroable.

Associated Constants

const GET: AssertZeroable<Self>

Gets an AssertZeroable<Self>, a marker type representing that T is Zeroable

Loading content...

Implementors

impl<This: ?Sized + Zeroable> GetAssertZeroable for This[src]

Loading content...