Trait async_embedded_traits::serial::read::Default[][src]

pub trait Default: Read<u8> { }

Marker trait to opt into default async read implementation

Implementers of embedded-hal::serial::Read can implement this marker trait for their type. Doing so will automatically provide the default implementation of serial::AsyncRead for the type.

Implementors

Loading content...