Type Alias WindowsShell

Source
pub type WindowsShell<'a> = Shell<'a, Utf8WindowsEncoding>;
Expand description

A shell for a Windows guest.

Aliased Typeยง

struct WindowsShell<'a> { /* private fields */ }