Skip to main content

TimelineDiffItemData

Trait TimelineDiffItemData 

Source
pub(super) trait TimelineDiffItemData {
    // Required method
    fn timeline_id(&self) -> &str;
}
Expand description

Trait implemented by types that provide data for TimelineDiffItems.

Required Methods§

Source

fn timeline_id(&self) -> &str

The unique timeline ID of the data.

Implementations on Foreign Types§

Source§

impl TimelineDiffItemData for TimelineItem

Source§

fn timeline_id(&self) -> &str

Source§

impl<T> TimelineDiffItemData for Arc<T>

Source§

fn timeline_id(&self) -> &str

Implementors§