Expand description
Convert a tuple or other type into Data.
The corresponding Data type.
impl<A, B, C, D, E, F, G, H, I, J> IntoData for (&mut A, &mut B, &mut C, &mut D, &mut E, &mut F, &mut G, &mut H, &mut I, &mut J) where
A: 'static + Send + Sync,
B: 'static + Send + Sync,
C: 'static + Send + Sync,
D: 'static + Send + Sync,
E: 'static + Send + Sync,
F: 'static + Send + Sync,
G: 'static + Send + Sync,
H: 'static + Send + Sync,
I: 'static + Send + Sync,
J: 'static + Send + Sync,