pub trait Identify {
const GUID: GUID;
}Expand description
Trait to attach a GUID to a type (for example, a COM interface). For interfaces, this is automatically implemented by nuidl.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.