Trait bevy_rapier2d::physics::IntoHandle[][src]

pub trait IntoHandle<H> {
    fn handle(self) -> H;
}

Required methods

Implementations on Foreign Types

Implementors