Macro impl_relocatable_state

Source
macro_rules! impl_relocatable_state {
    ($($n:ident),* for $ty:ty) => { ... };
}
Expand description

Create the implementation of RelocatableState for the given list of struct members.