Trait sourceview5::prelude::ListModelExtManual
source · pub trait ListModelExtManual: Sized + Sealed + IsA<ListModel> {
// Provided methods
fn snapshot(&self) -> Vec<Object> { ... }
fn iter<LT>(&self) -> ListModelIter<'_, LT>
where LT: IsA<Object> { ... }
}
Provided Methods§
sourcefn snapshot(&self) -> Vec<Object>
fn snapshot(&self) -> Vec<Object>
Get an immutable snapshot of the container inside the ListModel
.
Any modification done to the returned container Vec
will not be
reflected on the ListModel
.
Object Safety§
This trait is not object safe.