pub type Nullable<ST> = Nullable<ST>;
Use sql_types::Nullable<ST: NotNull>(ST) instead
sql_types::Nullable<ST: NotNull>(ST)