1 2 3 4 5
// Documents operation API for DOCX - provides document creation, reading, updating, and deletion. /// 文档标识类型 #[derive(Debug, Clone)] pub struct DocumentId(pub String);