pub(crate) trait EventTimelineItemExt {
// Required method
fn latest_edit_raw(&self) -> Option<Raw<AnySyncTimelineEvent>>;
}
Expand description
Extension trait for EventTimelineItem
.
Required Methods§
Sourcefn latest_edit_raw(&self) -> Option<Raw<AnySyncTimelineEvent>>
fn latest_edit_raw(&self) -> Option<Raw<AnySyncTimelineEvent>>
The JSON source for the latest edit of this item, if any.
Implementations on Foreign Types§
Source§impl EventTimelineItemExt for EventTimelineItem
impl EventTimelineItemExt for EventTimelineItem
Source§fn latest_edit_raw(&self) -> Option<Raw<AnySyncTimelineEvent>>
fn latest_edit_raw(&self) -> Option<Raw<AnySyncTimelineEvent>>
The JSON source for the latest edit of this event, if any.