pub trait CasaDataType: Clone + PartialEq + Sized {
    const DATA_TYPE: GlueDataType;
}
Expand description

A type that can be translated into a CASA table data type.

Required Associated Constants§

The CASA data type identifier associated with this Rust type.

Implementations on Foreign Types§

Implementors§