Trait leetcode_tui_rs::migrations::sea_orm::sea_query::Nullable
pub trait Nullable {
// Required method
fn null() -> Value;
}
pub trait Nullable {
// Required method
fn null() -> Value;
}