volcengine-rust-sdk 1.0.2

volcengine rust sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * @Author: Jerry.Yang
 * @Date: 2024-10-18 10:34:17
 * @LastEditors: Jerry.Yang
 * @LastEditTime: 2025-02-05 11:37:55
 * @Description: handles
 */
/// Represents the handles for managing request operations.
///
/// This struct may contain various handles or resources required to manage the lifecycle and execution
/// of the request operation. It serves as a container for those handles, allowing them to be passed
/// along with the request for processing.
#[derive(Debug, Clone)]
pub struct Handles {}