Macro mpstthree::choose_udp

source ·
macro_rules! choose_udp {
    ($label:path, $session:expr, $data:expr) => { ... };
}
Available on crate features transport or transport_udp only.
Expand description

Choose between many different sessions wrapped in an enum

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