ValidOptionRx

Trait ValidOptionRx 

Source
pub trait ValidOptionRx<U>: OptionT { }
Expand description

Indicates a valid optional Rx pin for UART0 or UART1

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§

Source§

impl<U> ValidOptionRx<U> for OptionTNone
where U: UartDevice,

Source§

impl<U, T> ValidOptionRx<U> for OptionTSome<T>
where U: UartDevice, T: ValidPinRx<U>,