Files
another-boids-in-rust/vendor/windows-core-0.58.0/src/runtime_name.rs

6 lines
197 B
Rust

#[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 = "";
}