Type Alias openssh::Command

source ·
pub type Command<'s> = OwningCommand<&'s Session>;
Expand description

Convenience OwningCommand alias when working with a session reference.

Aliased Type§

struct Command<'s> { /* private fields */ }