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

Is one value of IsNull nullable?

You should never implement this trait.

Required Associated Types

See the trait documentation

Implementors