cu29

Macro input_msg

Source
macro_rules! input_msg {
    ($lifetime:lifetime, $ty:ty) => { ... };
    ($lifetime:lifetime, $($ty:ty),*) => { ... };
}