pub type masklen<T, addr> = masklen<T, <addr as AsExpression<T>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of masklen()
Aliased Typeยง
struct masklen<T, addr> { /* private fields */ }