macro_rules! collate_types {
    (type_map: $type_map:ident, $($command:path),*) => { ... };
    ($($command:path),*) => { ... };
}
👎Deprecated: Please use specta::collect_types instead! This alias will be removed in a future release.
Expand description

This remains for backwards compatibility. Please use specta::collect_types instead!