windows-core 0.62.0

Core type support for COM and Windows
Documentation
1
2
3
4
5
#[doc(hidden)]
pub trait RuntimeName {
    // TODO: needs to use ConstBuffer like RuntimeType to allow generic interfaces to have names for GetRuntimeClassName
    const NAME: &'static str = "";
}