pub trait IntoSocketInfo {
// Required method
fn into_socket_info(self) -> SocketInfo;
}
Expand description
Infallible conversion to SocketInfo
.
pub trait IntoSocketInfo {
// Required method
fn into_socket_info(self) -> SocketInfo;
}
Infallible conversion to SocketInfo
.