pub trait CompRefPin {
// Required method
fn aref(&self) -> EXTREFSEL_A;
}Expand description
Trait to represent analog ref pins.
Required Methods§
fn aref(&self) -> EXTREFSEL_A
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".