Trait windows::Foundation::Collections::IKeyValuePair_Impl
pub trait IKeyValuePair_Impl<K, V>: Sizedwhere
K: RuntimeType + 'static,
V: RuntimeType + 'static,{
// Required methods
fn Key(&self) -> Result<K>;
fn Value(&self) -> Result<V>;
}
Required Methods§
Object Safety§
This trait is not object safe.