[][src]Trait bevy_ecs::prelude::Resource

pub trait Resource: Send + Sync + 'static { }

A Resource type

Implementors

impl<T: Send + Sync + 'static> Resource for T[src]

Loading content...