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

Required Methods

Implementations on Foreign Types

Implementors