Skip to main content

IIReadOnlyDictionary_2Methods

Trait IIReadOnlyDictionary_2Methods 

Source
pub trait IIReadOnlyDictionary_2Methods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
    // Provided method
    fn try_get_value(self, key: T0) -> (bool, T1)
       where Self: Sized + Into<IlInstance> { ... }
}

Provided Methods§

Source

fn try_get_value(self, key: T0) -> (bool, T1)
where Self: Sized + Into<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§