Trait heron_rapier::convert::IntoBevy[][src]

pub trait IntoBevy<T> {
    fn into_bevy(self) -> T;
}

Required methods

Implementations on Foreign Types

Implementors