pub trait Unstructured {
// Required method
fn content(&self) -> &str;
}Expand description
Expose raw text content from structures with a content field
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".