Module embedded_svc::io
source · Modules§
Enums§
- Possible kinds of errors.
- Error returned by
Read::read_exact
- Enumeration of possible methods to seek within an I/O object.
- Errors that could be returned by
Write
on&mut [u8]
. - Error returned by
Write::write_fmt
Traits§
- Blocking buffered reader.
- Error trait.
- Base trait for all IO traits, defining the error type.
- Blocking reader.
- Get whether a reader is ready.
- Blocking seek within streams.
- Blocking writer.
- Get whether a writer is ready.