Macro mpstthree::choose_tcp

source ·
macro_rules! choose_tcp {
    ($label:path, $session:expr, $data:expr) => { ... };
}
Available on crate features transport or transport_tcp 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_tcp" feature.