Type Alias diesel::sql_types::Macaddr

source ·
pub type Macaddr = MacAddr;
Available on crate feature postgres_backend only.
Expand description

Alias for MacAddr to be able to use it with diesel print-schema.

Aliased Type§

struct Macaddr;