[][src]Trait bevy_render::batch::Key

pub trait Key: Clone + Eq + Hash + 'static { }

Implementors

impl<T: Clone + Eq + Hash + 'static> Key for T[src]

Loading content...