pub trait EntityToStorage {
type Storage;
}Expand description
Maps a type of entity to its storage type. This trait defines what storage structure is used to hold the interim state of an entity during its formation.
pub trait EntityToStorage {
type Storage;
}Maps a type of entity to its storage type. This trait defines what storage structure is used to hold the interim state of an entity during its formation.