Trait async_embedded_traits::serial::write::Default [−][src]
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.