Docs.rs
rt-local-core-0.1.3
rt-local-core 0.1.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
frozenlib
Dependencies
futures-core ^0.3.28
normal
slabmap ^0.2.0
normal
Versions
30%
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
RuntimeInjector
rt_
local_
core
0.1.3
Runtime
Injector
Required Methods
waker
Implementors
In rt_
local_
core::
base
rt_local_core
::
base
Trait
Runtime
Injector
Copy item path
Source
pub trait RuntimeInjector: 'static { // Required method fn
waker
(&self) ->
Arc
<dyn
RuntimeWaker
>; }
Required Methods
§
Source
fn
waker
(&self) ->
Arc
<dyn
RuntimeWaker
>
Implementors
§