[][src]Trait sqlx::types::HasTypeMetadata

pub trait HasTypeMetadata {
    type TypeMetadata: PartialEq<Self::TypeId>;
    type TableId: Display;
    type TypeId: Display;
}

Information about how a database stores metadata about given SQL types.

Associated Types

type TypeMetadata: PartialEq<Self::TypeId>

The actual type used to represent metadata.

type TableId: Display

The Rust type of table identifiers.

type TypeId: Display

The Rust type of type identifiers.

Loading content...

Implementors

Loading content...