docx-rs/docx-core/src/documents/build_xml.rs

4 lines
55 B
Rust
Raw Normal View History

2019-11-06 05:29:17 +02:00
pub trait BuildXML {
fn build(&self) -> Vec<u8>;
}