pub trait ToRow {
    type Row;
}

Associated Types

Implementations on Foreign Types

Implementors