Docs.rs
spacetimedb-data-structures-1.11.2
spacetimedb-data-structures 1.11.2
Permalink
Docs.rs crate page
Links
crates.io
Source
Owners
cloutiertyler
jdetter
bfops
Dependencies
ahash ^0.8
normal
crossbeam-queue ^0.3.12
normal
hashbrown ^0.16.1
normal
nohash-hasher ^0.2
normal
serde ^1.0.136
normal
optional
smallvec ^1.11
normal
spacetimedb-memory-usage =1.11.2
normal
optional
thiserror ^1.0.37
normal
Versions
87.65%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
PooledObject
spacetimedb_
data_
structures
1.11.2
Pooled
Object
Implementors
In spacetimedb_
data_
structures::
object_
pool
spacetimedb_data_structures
::
object_pool
Trait
Pooled
Object
Copy item path
Source
pub trait PooledObject { }
Expand description
An object that can be put into a
Pool<T>
.
Implementors
ยง