Skip to main content

ISortedList_SyncSortedList

Trait ISortedList_SyncSortedList 

Source
pub trait ISortedList_SyncSortedList: ISortedList {
    // Provided methods
    fn list(self) -> SortedList { ... }
    fn set_list(self, value: SortedList) { ... }
    fn root(self) -> IlInstance { ... }
    fn set_root(self, value: IlInstance) { ... }
}

Provided Methods§

Source

fn list(self) -> SortedList

Source

fn set_list(self, value: SortedList)

Source

fn root(self) -> IlInstance

Source

fn set_root(self, value: IlInstance)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§