Trait aorist_attributes::TPostgresAttribute[][src]

pub trait TPostgresAttribute: TAttribute {
    fn get_postgres_type(&self) -> String;

    fn get_postgres_coldef(&self) -> String { ... }
fn psycopg2_value_json_serializable(&self) -> bool { ... } }

Required methods

Provided methods

Implementors