Trait stm32f4xx_hal::gpio::alt::SerialAsync
source · pub trait SerialAsync {
type Rx<Otype>;
type Tx<Otype>;
}
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait SerialAsync {
type Rx<Otype>;
type Tx<Otype>;
}