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

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