diesel::types

Type Alias Nullable

Source
pub type Nullable<ST> = Nullable<ST>;
๐Ÿ‘ŽDeprecated since 1.1.0: Use sql_types::Nullable<ST: NotNull>(ST) instead

Aliased Typeยง

struct Nullable<ST>(/* private fields */);