pub trait GetAllCondition {
// Provided method
fn get_all_condition() -> WhereCondition { ... }
}
Expand description
Get all condition builder.
Provided Methods§
Sourcefn get_all_condition() -> WhereCondition
fn get_all_condition() -> WhereCondition
Get the condition for a get all query.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.