Macro test_tools::cta_ptr_same_size
source · macro_rules! cta_ptr_same_size { ( $Ins1:expr, $Ins2:expr $(,)? ) => { ... }; }
Expand description
Compile-time assertion that memory behind two references have the same size.
macro_rules! cta_ptr_same_size { ( $Ins1:expr, $Ins2:expr $(,)? ) => { ... }; }
Compile-time assertion that memory behind two references have the same size.