ValidOptionCts

Trait ValidOptionCts 

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

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

Source§

impl<U, T> ValidOptionCts<U> for OptionTSome<T>
where U: UartDevice, T: ValidPinCts<U>,