Docs.rs
cortex-ai-0.1.9
cortex-ai 0.1.9
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
yaman
Dependencies
flume ^0.11
normal
tokio ^1.0
normal
tracing ^0.1
normal
tracing-futures ^0.2
normal
criterion ^0.5
dev
tokio ^1.0
dev
tracing-subscriber ^0.3
dev
Versions
17.65%
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
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
cortex_
ai
0.1.9
Flow
Component
Required Associated Types
Error
Input
Output
Implementors
In cortex_
ai::
flow::
component
cortex_ai
::
flow
::
component
Trait
FlowComponent
Copy item path
Source
pub trait FlowComponent { type
Input
; type
Output
; type
Error
:
Error
+
Send
+
Sync
+ 'static; }
Required Associated Types
§
Source
type
Input
Source
type
Output
Source
type
Error
:
Error
+
Send
+
Sync
+ 'static
Implementors
§