pub trait IntoSoa { type Source; fn into_soa(self) -> Self::Source; }
Describes a type which can convert itself into an SoA representation for entity insertion.
The output entity source.
Converts this into an SoA component source.