[][src]Module zeroable::assert_zeroable

Contains both a trait and a type to contrain some type with Zeroable.

Structs

AssertZeroable

A marker type representing that T is Zeroable.

Traits

GetAssertZeroable

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