Trait Pins
stm32f7x7_hal::serial
pub trait Pins<USART> { }
impl<USART, TX, RX> Pins<USART> for (TX, RX) where TX: PinTx<USART>, RX: PinRx<USART>,