Docs.rs
rig-extra-0.13.0
rig-extra 0.13.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cyberdoors
Dependencies
backon ^1.5.2
normal
chrono ^0.4.42
normal
optional
http ^1.3.1
normal
rand ^0.9.1
normal
reqwest ^0.12
normal
optional
rig-core ^0.23.1
normal
optional
schemars ^1.0.4
normal
scraper ^0.24.0
normal
optional
serde ^1
normal
serde_json ^1
normal
strum_macros ^0.27.1
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1.41
normal
tyme4rs ^1.3.3
normal
optional
config ^0.15
dev
Versions
22.01%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
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
AsAudioGeneration
rig_
extra
0.13.0
AsAudio
Generation
Implementors
In rig_
extra::
client
rig_extra
::
client
Trait
AsAudio
Generation
Copy item path
Source
pub trait AsAudioGeneration { }
Expand description
Attempt to convert a ProviderClient to a AudioGenerationClient
Implementors
§
Source
§
impl<T>
AsAudioGeneration
for T
where T:
ProviderClient
,