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

pub trait Default: Write<u8> { }

Marker trait to opt into default async write implementation

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

Implementors

Loading content...