ValidOptionTx

Trait ValidOptionTx 

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

Indicates a valid optional Tx 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> ValidOptionTx<U> for OptionTNone
where U: UartDevice,

Source§

impl<U, T> ValidOptionTx<U> for OptionTSome<T>
where U: UartDevice, T: ValidPinTx<U>,