pub trait BevyDefault {
    // Required method
    fn bevy_default() -> Self;
}

Required Methods§

fn bevy_default() -> Self

Implementors§