Skip to main content

Unstructured

Trait Unstructured 

Source
pub trait Unstructured {
    // Required method
    fn content(&self) -> &str;
}
Expand description

Expose raw text content from structures with a content field

Required Methods§

Source

fn content(&self) -> &str

Return raw content as a string slice

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§