macro_rules! type_id {
    ($($path:tt)*) => { ... };
}Expand description
For use in impls of the ExternType trait. See ExternType.
macro_rules! type_id {
    ($($path:tt)*) => { ... };
}For use in impls of the ExternType trait. See ExternType.