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;
Trait Implementations
Source§impl QueryId for MacAddr
impl QueryId for MacAddr
Source§const HAS_STATIC_QUERY_ID: bool = true
const HAS_STATIC_QUERY_ID: bool = true
Can the SQL generated by
Self
be uniquely identified by its type? Read more