Macro rust_type_id

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