Type Alias openssh::RemoteChild

source ·
pub type RemoteChild<'a> = Child<&'a Session>;
Expand description

Convenience Child alias when working with a session reference.

Aliased Type§

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