pub trait IntoContents {
// Required method
fn into_contents(self) -> Vec<Annotated<RawContent>>;
}
Expand description
Types that can be converted into a list of contents
pub trait IntoContents {
// Required method
fn into_contents(self) -> Vec<Annotated<RawContent>>;
}
Types that can be converted into a list of contents