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

Required Methods§

source

fn bevy_default() -> Self

Implementors§