Trait clickhouse_srv::types::HasSqlType[][src]

pub trait HasSqlType {
    fn get_sql_type() -> SqlType;
}

Required methods

Implementations on Foreign Types

Implementors