Module constraints

Source

Modules§

dyn_object
exports

Structs§

And
CheckIfNull
DefaultConstraint
DefaultPrimaryKey
Noop
NotNull

Traits§

CheckIfNullOnlyOnce
Constraints
DefaultOnlyOnce
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.
NotNullOnlyOnce

Functions§

noop