pub(super) trait TimelineDiffItemData {
// Required method
fn timeline_id(&self) -> &str;
}Expand description
Trait implemented by types that provide data for TimelineDiffItems.
Required Methods§
Sourcefn timeline_id(&self) -> &str
fn timeline_id(&self) -> &str
The unique timeline ID of the data.