Skip to main content

IHashtable_SyncHashtable

Trait IHashtable_SyncHashtable 

Source
pub trait IHashtable_SyncHashtable: IHashtable {
    // Provided methods
    fn table(self) -> Hashtable { ... }
    fn set_table(self, value: Hashtable) { ... }
}

Provided Methods§

Source

fn table(self) -> Hashtable

Source

fn set_table(self, value: Hashtable)

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§