Docs.rs
rpds-1.1.1
rpds 1.1.1
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
orium
Dependencies
archery ^1.2.1
normal
serde ^1.0.219
normal
optional
criterion ^0.5.1
dev
pretty_assertions ^1.4.1
dev
rand ^0.9.0
dev
serde_json ^1.0.140
dev
static_assertions ^1.1.0
dev
Versions
12.68%
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
rpds
1.1.1
Stack
Sync
Aliased Type
Methods
new_sync
In rpds::
stack
rpds
::
stack
Type Alias
StackSync
Copy item path
Source
pub type StackSync<T> =
Stack
<T,
ArcTK
>;
Aliased Type
§
struct StackSync<T> {
/* private fields */
}
Implementations
§
Source
§
impl<T>
StackSync
<T>
Source
pub fn
new_sync
() ->
StackSync
<T>