mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 18:21:21 -04:00
doc(ui): Unfold a Self in the doc.
This commit is contained in:
@@ -180,8 +180,8 @@ impl Deref for ObservableItemsEntry<'_> {
|
||||
/// an atomic unit.
|
||||
///
|
||||
/// For updates from the transaction to have affect, it has to be finalized with
|
||||
/// [`Self::commit`]. If the transaction is dropped without that method being
|
||||
/// called, the updates will be discarded.
|
||||
/// [`ObservableItemsTransaction::commit`]. If the transaction is dropped
|
||||
/// without that method being called, the updates will be discarded.
|
||||
#[derive(Debug)]
|
||||
pub struct ObservableItemsTransaction<'observable_items> {
|
||||
items: ObservableVectorTransaction<'observable_items, Arc<TimelineItem>>,
|
||||
|
||||
Reference in New Issue
Block a user