pub trait IntoObjectMapContentItem {
// Required method
fn into_content(self, key: Option<&str>) -> ObjectMapContentItem;
}Required Methods§
fn into_content(self, key: Option<&str>) -> ObjectMapContentItem
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".