Trait windows_core::AsImpl

pub trait AsImpl<T> {
    // Required method
    fn as_impl(&self) -> &T;
}
Expand description

A trait for retrieving the implementation behind a COM or WinRT interface.

This trait is automatically implemented when using the implement macro.

Required Methods§

fn as_impl(&self) -> &T

Implementors§