Skip to main content

Binary

Trait Binary 

Source
pub trait Binary: DataType { }
Expand description

Binary data types (BLOB, BYTEA).

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl Binary for Binary

Source§

impl Binary for Bit

Source§

impl Binary for drizzle_types::sqlite::types::Blob

Source§

impl Binary for drizzle_types::mysql::types::Blob

Source§

impl Binary for Bytea

Source§

impl Binary for LongBlob

Source§

impl Binary for MediumBlob

Source§

impl Binary for TinyBlob

Source§

impl Binary for Varbinary