pub type UnixShell<'a> = Shell<'a, Utf8UnixEncoding>;
A shell for a Linux guest.
struct UnixShell<'a> { /* private fields */ }