Docs.rs
rig-extra-0.4.0
rig-extra 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cyberdoors
Dependencies
reqwest ^0.12.15
normal
rig-core ^0.14.0
normal
optional
schemars ^0.8.22
normal
serde ^1.0.217
normal
serde_json ^1.0.135
normal
tracing ^0.1.41
normal
Versions
1.59%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
rig_
extra
0.4.0
AsImage
Generation
Implementors
In rig_
extra::
client
rig_extra
::
client
Trait
AsImageGeneration
Copy item path
Source
pub trait AsImageGeneration { }
Expand description
Attempt to convert a ProviderClient to a ImageGenerationClient
Implementors
§
Source
§
impl<T>
AsImageGeneration
for T
where T:
ProviderClient
,