macro_rules! impl_advanced_trackable {
($type:ty, $offset:expr) => { ... };
($type:ty, $offset:expr, no_generics) => { ... };
}
Expand description
Macro to implement Trackable for advanced types with automatic analysis
macro_rules! impl_advanced_trackable {
($type:ty, $offset:expr) => { ... };
($type:ty, $offset:expr, no_generics) => { ... };
}
Macro to implement Trackable for advanced types with automatic analysis