Trait constellation::Resource [] [src]

pub trait Resource: Any + Send + Sync { }

A resource whos system access is controlled by the World.

Methods

impl Resource
[src]

Returns a reference to the boxed value, blindly assuming it to be of type T. If you are not absolutely certain of T, you must not call this.

Returns a reference to the boxed value, blindly assuming it to be of type T. If you are not absolutely certain of T, you must not call this.

Implementors