Docs.rs
aptos-parallel-executor-0.2.6
aptos-parallel-executor 0.2.6
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dondidlc
Dependencies
anyhow ^1.0.57
normal
aptos-infallible ^0.2.1
normal
aptos-types ^0.2.1
normal
arc-swap ^1.5.0
normal
criterion ^0.3.5
normal
crossbeam ^0.8.1
normal
crossbeam-queue ^0.3.5
normal
dashmap ^5.2.0
normal
mvhashmap ^0.2.1
normal
num_cpus ^1.13.1
normal
once_cell ^1.10.0
normal
proptest ^1.0.0
normal
proptest-derive ^0.3.0
normal
rayon ^1.5.2
normal
criterion ^0.3.5
dev
proptest ^1.0.0
dev
proptest-derive ^0.3.0
dev
rand ^0.7.3
dev
Versions
66.67%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-unknown-linux-gnu
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
☰
ModulePath
Required Methods
module_path
Implementations on Foreign Types
StateKey
Implementors
In aptos_parallel_executor::task
?
Trait
aptos_parallel_executor
::
task
::
ModulePath
source
·
[
−
]
pub trait ModulePath { fn
module_path
(&self) ->
Option
<
AccessPath
>; }
Required Methods
source
fn
module_path
(&self) ->
Option
<
AccessPath
>
Implementations on Foreign Types
source
impl
ModulePath
for
StateKey
source
fn
module_path
(&self) ->
Option
<
AccessPath
>
Implementors