pub trait InsertContentTrait: HasLength + Debug + Any + MergeableContent + SliceableContent + CloneContent {
    // Required method
    fn id(&self) -> ContentType;
}
Expand description

@deprecated

Required Methods§

source

fn id(&self) -> ContentType

Implementors§