pub type ConnectionIdType = u32;
Expand description
Inner type of a ConnectionId
, u32
for postgres compatibility.
Note: Generally you should not use this type directly, and instead use ConnectionId
.
pub type ConnectionIdType = u32;
Inner type of a ConnectionId
, u32
for postgres compatibility.
Note: Generally you should not use this type directly, and instead use ConnectionId
.