network

Type Alias network 

Source
pub type network<addr> = network<<addr as Expression>::SqlType, addr>;
Expand description

Return type of the network() SQL function.

Aliased Typeยง

pub struct network<addr> { /* private fields */ }