mithril_persistence::sqlite

Trait 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.

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.

Implementors§