macro_rules! native_transmutable {
($nt:ty, $rt:ty, $test_fn:ident) => { ... };
}
Expand description
Macro to mark a Rust type as NativeTransmutable and test its layout.
macro_rules! native_transmutable {
($nt:ty, $rt:ty, $test_fn:ident) => { ... };
}
Macro to mark a Rust type as NativeTransmutable and test its layout.