Trait PeripheralOutput

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

A signal that can be connected to a peripheral input and/or output.

Peripheral drivers are encouraged to accept types that implement this and PeripheralInput 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§