pub type broadcast<addr> = broadcast<<addr as Expression>::SqlType, addr>;Available on crate feature
postgres_backend only.Expand description
Return type of the broadcast() SQL function.
Aliased Typeยง
pub struct broadcast<addr> { /* private fields */ }