Trait IntoEntityId

Source
pub trait IntoEntityId:
    'static
    + Sync
    + Send {
    // Required method
    fn into_entity_id(self) -> EntityId;
}

Required Methods§

Implementors§

Source§

impl<T: ToString + Sync + Send + 'static> IntoEntityId for T