Macro typeshare_binary

Source
macro_rules! typeshare_binary {
    ($($Language:ident),+ $(,)?) => { ... };
}