Skip to main content

Pin

Trait Pin 

Source
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".

Implementors§

Source§

impl<T: Input + Output + Configure> Pin for T