Expand description
Serial resources, for use with [vm_resource
].
Structs§
- Disconnected
Serial Backend Handle - Handle for a disconnected serial backend.
- Resolve
Serial Backend Params - Input parameters for serial backend resolution.
- Resolved
Serial Backend - A resolved
SerialBackend
.
Traits§
- Serial
Backend - Trait implemented by types that resolve from [
SerialBackendHandle
]. Provides aSerialIo
implementation but also provides for converting the type back to a resource.