Docs.rs
wachter_storage-0.1.0
wachter_storage 0.1.0
Permalink
Docs.rs crate page
GPL-2.0-or-later
WITH Bison-exception-2.2
Links
crates.io
Source
Owners
blorente
Dependencies
bevy_ptr ^0.10.1
normal
Versions
5.88%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wachter_
storage
0.1.0
RawMap
Aliased Type
In wachter_
storage::
type_
map
wachter_storage
::
type_map
Type Alias
RawMap
Copy item path
Source
pub type RawMap =
HashMap
<
TypeId
,
Box
<dyn
Any
>>;
Aliased Type
ยง
struct RawMap {
/* private fields */
}