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

Required Methods

Implementations on Foreign Types

Implementors