Macro mpstthree::choose_tcp[][src]

macro_rules! choose_tcp {
    ($label : path, $session : expr, $data : expr) => { ... };
}
This is supported 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.