Skip to main content

PostgresNamedType

Trait PostgresNamedType 

Source
pub trait PostgresNamedType {
    const PG_NAME: &'static str;
}

Required Associated Constants§

Source

const PG_NAME: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl PostgresNamedType for Vec<u8>

Source§

const PG_NAME: &'static str

Source§

impl PostgresNamedType for f32

Source§

const PG_NAME: &'static str

Source§

impl PostgresNamedType for f64

Source§

const PG_NAME: &'static str

Source§

impl PostgresNamedType for i16

Source§

const PG_NAME: &'static str

Source§

impl PostgresNamedType for i32

Source§

const PG_NAME: &'static str

Source§

impl PostgresNamedType for i64

Source§

const PG_NAME: &'static str

Implementors§