Docs.rs
hermes-cli-components-0.1.0
hermes-cli-components 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
soareschen
Dependencies
cgp ^0.1.0
normal
clap ^4.5.16
normal
hermes-encoding-components ^0.1.0
normal
hermes-error ^0.1.0
normal
hermes-logging-components ^0.1.0
normal
hermes-relayer-components ^0.1.0
normal
hermes-runtime-components ^0.1.0
normal
hermes-test-components ^0.1.0
normal
serde ^1.0.203
normal
toml ^0.8.15
normal
Versions
2.14%
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
ProvideOutputType
hermes_
cli_
components
0.1.0
Provide
Output
Type
Required Associated Types
Output
Implementors
In hermes_
cli_
components::
traits::
output
hermes_cli_components
::
traits
::
output
Trait
Provide
Output
Type
Copy item path
Source
pub trait ProvideOutputType<App>
where App:
Async
,
{ type
Output
:
Async
; }
Required Associated Types
§
Source
type
Output
:
Async
Implementors
§
Source
§
impl<Component, App>
ProvideOutputType
<App> for Component
where App:
Async
, Component:
DelegateComponent
<
OutputTypeComponent
>, Component::
Delegate
:
ProvideOutputType
<App>,
Source
§
type
Output
= <<Component as
DelegateComponent
<
OutputTypeComponent
>>::
Delegate
as
ProvideOutputType
<App>>::
Output