fractal::utils::matrix::ext_traits

Trait EventTimelineItemExt

Source
pub(crate) trait EventTimelineItemExt {
    // Required method
    fn latest_edit_raw(&self) -> Option<Raw<AnySyncTimelineEvent>>;
}
Expand description

Extension trait for EventTimelineItem.

Required Methods§

Source

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

Source§

fn latest_edit_raw(&self) -> Option<Raw<AnySyncTimelineEvent>>

The JSON source for the latest edit of this event, if any.

Implementors§