Traits§
- From
Reader - Trait for data types that can be streamed to a reader.
- PemSerilizable
- Trait for data that can be written to and read from PEM files.
- ToWriter
- Trait for data types that can be written to a writer.
Functions§
- wait_
read_ timeout - Waits for
fd
to become ready to read ortimeout
to expire. - wait_
timeout - Waits for an event on
fd
or fortimeout
to expire.