Skip to main content

Select

Trait Select 

Source
pub trait Select: ToSql {
    type Selectable: Selectable;
    type Queryable: WriteQueryable;
}

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§