Modules§
Structs§
Traits§
- Check
IfNull Only Once - Constraints
- Default
Only Once - IsConstraint
- IsNull
- this trait should have only two impls, one default
for every type T (is_null=false), and specialized one for
Option
(is_null=true). when feature specialization gets stebilized I will simplify this trait’s impls, no breaking changes will occur. - NotNull
Only Once