[][src]Trait bevy::prelude::Resource

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

A Resource type

Implementors

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

Loading content...