Macro impl_trackable

macro_rules! impl_trackable {
    ($ty:ident) => { ... };
}
Available on crate feature unstable-wgpu-24 only.