macro_rules! impl_trackable {
    ($ty:ident) => { ... };
}