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