Docs.rs
triton-distributed-0.1.2+cb8ea1b
triton-distributed 0.1.2+cb8ea1b
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nv-anants
alec-flowers
Dependencies
anyhow ^1
normal
async-nats ^0.38
normal
async-once-cell ^0.5.4
normal
async-stream ^0.3
normal
async-trait ^0.1
normal
blake3 ^1
normal
bytes ^1
normal
derive-getters ^0.5
normal
derive_builder ^0.20
normal
educe ^0.6.0
normal
either ^1.13
normal
etcd-client ^0.14
normal
figment ^0.10.19
normal
futures ^0.3
normal
local-ip-address ^0.6.3
normal
nid ^3.0.0
normal
nix ^0.29
normal
nuid ^0.5
normal
once_cell ^1
normal
prometheus ^0.13
normal
rand ^0.8
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
uuid ^1
normal
validator ^0.20
normal
xxhash-rust ^0.8
normal
assert_matches ^1.5.0
dev
Versions
40.41%
of the crate is documented
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
triton_
distributed
0.1.2+cb8ea1b
Into
Context
Required Methods
into_context
Implementors
In triton_
distributed::
pipeline::
context
triton_distributed
::
pipeline
::
context
Trait
IntoContext
Copy item path
Source
pub trait IntoContext<U:
Data
> { // Required method fn
into_context
(self) ->
Context
<U>; }
Required Methods
§
Source
fn
into_context
(self) ->
Context
<U>
Implementors
§
Source
§
impl<T, U>
IntoContext
<U> for
Context
<T>
where T:
Send
+
Sync
+ 'static +
Into
<U>, U:
Send
+
Sync
+ 'static,