Type Alias diesel::sql_types::is_nullable::AreAllNullable

source ·
pub type AreAllNullable<S1, S2> = <IsSqlTypeNullable<S1> as AllAreNullable<IsSqlTypeNullable<S2>>>::Out;
Expand description

Represents the output type of AllAreNullable for two given SQL types