Resource

Trait Resource 

Source
pub trait Resource: AnyDebug { }
Expand description

Marker trait for types usable as resources.

Types which implement this trait can be made available to child views using provides, and then read using with_context.

The preferred variable name for types bounded by this type is currently Context, based on the name used in React for their similar feature.

Implementorsยง