Macro type_id

macro_rules! type_id {
    ($($path:tt)*) => { ... };
}

For use in impls of the ExternType trait. See ExternType.