Docs.rs
camel-component-api-0.6.3
camel-component-api 0.6.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kennycallado
Dependencies
async-trait ^0.1
normal
camel-api =0.6.3
normal
camel-endpoint =0.6.3
normal
camel-language-api =0.6.3
normal
camel-util =0.6.3
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
toml ^0.8
normal
Versions
78.26%
of the crate is documented
Platform
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
Skip to main content
RuntimeHandle
camel_
component_
api
0.6.3
Runtime
Handle
Implementors
In crate camel_
component_
api
camel_component_api
Trait
Runtime
Handle
Copy item path
Source
pub trait RuntimeHandle:
RuntimeCommandBus
+
RuntimeQueryBus
{ }
Implementors
§
Source
§
impl<T>
RuntimeHandle
for T
where T:
RuntimeCommandBus
+
RuntimeQueryBus
,