Docs.rs
rpds-1.1.0
rpds 1.1.0
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
orium
Dependencies
archery ^1.1.0
normal
serde ^1.0.149
normal
bincode ^1.3.3
dev
criterion ^0.5.1
dev
pretty_assertions ^1.3.0
dev
rand ^0.8.5
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.0
StackSync
Aliased type
Methods
new_sync
In rpds::stack
?
Type Alias
rpds
::
stack
::
StackSync
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>