This repository has been archived on 2025-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
2023-04-26 22:13:32 -07:00

4 lines
43 B
Rust

pub trait Type {
fn tag() -> u32;
}