pub trait TransceiverTrait<T, P>: Sealedwhere
T: Instance,
P: PowerState,{
// Required method
fn index(&self) -> usize;
}Expand description
Erases all transceivers of an instance into one type, for filter configuration.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".