ValidOptionRts

Trait ValidOptionRts 

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

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

Source§

impl<U, T> ValidOptionRts<U> for OptionTSome<T>
where U: UartDevice, T: ValidPinRts<U>,