Type Alias UnixShell

Source
pub type UnixShell<'a> = Shell<'a, Utf8UnixEncoding>;
Expand description

A shell for a Linux guest.

Aliased Typeยง

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