[][src]Trait async_embedded_traits::spi::transfer::Default

pub trait Default: FullDuplex<u8> { }

Marker trait to opt into default async transfer implementation

Implementers of embedded-hal::spi::FullDuplex<u8> can implement this marker trait for their type. Doing so will automatically provide the default implementation of spi::AsyncTransfer for the type.

Implementors

Loading content...