Trait bevy_spawn_fn::IntoSpawnable
source · pub trait IntoSpawnable {
// Required method
fn into_spawnable(self) -> impl Spawnable;
}Expand description
A type that can be converted to a Spawnable.
Required Methods§
sourcefn into_spawnable(self) -> impl Spawnable
fn into_spawnable(self) -> impl Spawnable
Convert to a Spawnable.
Object Safety§
This trait is not object safe.