Trait stm32f7xx_hal::spi::Mosi[][src]

pub trait Mosi<I> { }
Expand description

Implemented for all pins that can function as the MOSI pin

Users of this crate should not implement this trait.

Implementors