Skip to main content

PostgresTable

Trait PostgresTable 

Source
pub trait PostgresTable<'a>: SQLTable<'a, PostgresSchemaType, PostgresValue<'a>> { }

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<'a, T> PostgresTable<'a> for &T
where T: PostgresTable<'a>, for<'r> &'r T: SQLTable<'a, PostgresSchemaType, PostgresValue<'a>>,

Implementors§