macro_rules! typeshare_binary {
($($Language:ident $(< $config:lifetime >)?),+ $(,)?) => { ... };
}
Expand description
Macro that creates an fn main
with a complete typeshare program, based on
the Language
implementations provided. See the crate docs for
details and an example.