[go: up one dir, main page]

windows 0.38.0

Rust for Windows
Documentation
1
2
3
4
pub trait RuntimeName {
    // TODO: needs to use ConstBuffer like RuntimeType to allow generic interfaces to have names for GetRuntimeClassName
    const NAME: &'static str = "";
}