Expand description
Create temporary handles to engines.
Structs§
- Store
Mut - A temporary handle to a
crate::Store. - Store
Ref - A temporary handle to a
crate::Store.
Traits§
- AsStore
Mut - Helper trait for a value that is convertible to a
StoreMut. - AsStore
Ref - Helper trait for a value that is convertible to a
StoreRef.