[][src]Trait shine_ecs::entities::IntoJoin

pub trait IntoJoin {
type Store: IndexLowerBound<usize>;
    fn into_join(self) -> Join<Self::Store>;
}

Trait to create Join

Associated Types

Loading content...

Required methods

fn into_join(self) -> Join<Self::Store>

Loading content...

Implementors

impl<T> IntoJoin for T where
    T: IntoJoin
[src]

type Store = <T as IntoJoin>::Store

Loading content...