Trait legion::storage::IntoComponentSource
source · [−]pub trait IntoComponentSource {
type Source: ComponentSource;
fn into(self) -> Self::Source;
}
Expand description
Converts a type into a ComponentSource
.
Associated Types
type Source: ComponentSource
type Source: ComponentSource
The output component source.