Trait PeripheralInput

Source
pub trait PeripheralInput:
    Into<InputConnection>
    + 'static
    + Sealed { }
Available on crate feature unstable only.
Expand description

A signal that can be connected to a peripheral input.

Peripheral drivers are encouraged to accept types that implement this and PeripheralOutput as arguments instead of pin types.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§