We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed3722 commit 82cccf3Copy full SHA for 82cccf3
export/src/lib.rs
@@ -18,6 +18,7 @@ use std::io::{self, Write};
18
mod pdf;
19
use pdf::Pdf;
20
21
+#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
22
pub enum FileFormat {
23
/// Scalable Vector Graphics
24
SVG,
0 commit comments