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