1 2 3 4 5 6 7
//! Data structures for the C APIs of the network connection module. #[link(name = "net_connection")] unsafe extern "C" {} mod net_connection_type_ffi; pub use net_connection_type_ffi::*;