pub unsafe trait GCSwitchElementName: GCPhysicalInputElementName { }Available on crate feature
GCInputNames only.Expand description
Trait Implementations§
Source§impl ProtocolType for dyn GCSwitchElementName
impl ProtocolType for dyn GCSwitchElementName
impl<T> ImplementedBy<T> for dyn GCSwitchElementName
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".