pub trait Pin:
Input
+ Output
+ Configure { }Expand description
The Pin trait allows a pin to be used as either input or output and to be configured.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".