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