Module diesel::sql_types::is_nullable

source ·
Expand description

Possible values for SqlType::IsNullable

Structs§

  • Yes, this type can be null
  • No, this type cannot be null as it is marked as NOT NULL at database level

Type Aliases§