Trait diesel::sql_types::OneIsNullable

source ·
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§

source

type Out: OneIsNullable<IsNullable> + OneIsNullable<NotNull>

See the trait documentation

Implementors§