Skip to main content

HasCols

Trait HasCols 

Source
pub trait HasCols {
    type Cols;

    // Required method
    fn cols(name: TableNameStr) -> Self::Cols;
}

Required Associated Types§

Required Methods§

Source

fn cols(name: TableNameStr) -> Self::Cols

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§