1 2 3 4 5
//! Retrieve the result of an asynchronous chat task — types live in [`data`]. /// Request builder and types for fetching an async chat result. pub mod data; pub use data::*;