Module mpstthree::transport::udp::send[][src]

This is supported on crate features transport or transport_udp only.
Expand description

This module contains the functions for sending a payload for a UDP connection.

This module is available only if MultiCrusty is built with the "transport" feature or the "transport_udp" feature.

Functions

Send a value of type T over UDP. Returns the continuation of the session S and the UdpSocket. May fail.