pub trait AllAreNullable<Other> {
    type Out: AllAreNullable<NotNull> + AllAreNullable<IsNullable>;
}
Expand description

Are both values of IsNull are nullable?

Required Associated Types§

See the trait documentation

Implementors§