Trait heron_rapier::convert::IntoRapier[][src]

pub trait IntoRapier<T> {
    fn into_rapier(self) -> T;
}

Required methods

Implementations on Foreign Types

Implementors