Trait bevy::render::texture::BevyDefault

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

Required Methods§

fn bevy_default() -> Self

Object Safety§

This trait is not object safe.

Implementors§