Module thrussh::client[][src]

Expand description

Client side of this library.

Modules

Structs

The configuration of clients.

Handle to a session, used to send messages to a client outside of the request/response cycle.

Traits

A client handler. Note that messages can be received from the server at any time during a session.

Functions