Trait bevy_rapier2d::physics::IntoEntity[][src]

pub trait IntoEntity {
    fn entity(self) -> Entity;
}

Required methods

Implementations on Foreign Types

Implementors