Macro type_id
#[macro_export]
macro_rules! type_id {
($($path:tt)*) => { ... };
}
For use in impls of the ExternType trait. See ExternType.
type_id#[macro_export]
macro_rules! type_id {
($($path:tt)*) => { ... };
}
For use in impls of the ExternType trait. See ExternType.