Trait mithril_persistence::sqlite::GetAllCondition

source ·
pub trait GetAllCondition {
    // Provided method
    fn get_all_condition() -> WhereCondition { ... }
}
Expand description

Get all condition builder.

Provided Methods§

source

fn get_all_condition() -> WhereCondition

Get the condition for a get all query.

Object Safety§

This trait is not object safe.

Implementors§