Trait legion::storage::IntoSoa[][src]

pub trait IntoSoa {
    type Source;
    fn into_soa(self) -> Self::Source;
}
Expand description

Describes a type which can convert itself into an SoA representation for entity insertion.

Associated Types

The output entity source.

Required methods

Converts this into an SoA component source.

Implementations on Foreign Types

Implementors