Trait shipyard::CurrentId[][src]

pub trait CurrentId: Shiperator {
    type Id;
    unsafe fn current_id(&self) -> Self::Id;
}
Expand description

Trait extending Shiperator to be able to iterate ids alongside components.

Associated Types

Required methods

Safety

first_pass has to be called before calling it.

Implementors