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