[−][src]Trait embedded_platform::io::Write
Associated Types
type Error: WriteError
Required methods
fn poll_write(
self: Pin<&mut Self>,
cx: &mut Context,
bytes: &[u8]
) -> Poll<Result<usize, Self::Error>>
self: Pin<&mut Self>,
cx: &mut Context,
bytes: &[u8]
) -> Poll<Result<usize, Self::Error>>
fn poll_shutdown(
self: Pin<&mut Self>,
cx: &mut Context
) -> Poll<Result<(), Self::Error>>
self: Pin<&mut Self>,
cx: &mut Context
) -> Poll<Result<(), Self::Error>>