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.
Debug
Unstructured
1 parent b757801 commit 29f0f35Copy full SHA for 29f0f35
src/unstructured.rs
@@ -68,6 +68,7 @@ use std::{mem, ops};
68
/// }
69
/// # }
70
/// ```
71
+#[derive(Debug)]
72
pub struct Unstructured<'a> {
73
data: &'a [u8],
74
}
0 commit comments