Trait Pins

Source
pub trait Pins<U> { }

Implementations on Foreign Types§

Source§

impl<U, TX, RX> Pins<U> for (TX, RX)
where TX: PinTx<U>, RX: PinRx<U>,

Implementors§