Trait heron::rapier_plugin::convert::IntoBevy[][src]

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

Required methods

Implementations on Foreign Types

Implementors