pub struct ShellProtocol { /* private fields */ }
Expand description

Shell Service Protocol structure

This structure is only intended for usage inside of the shell service. It is not required for usage by shell clients.

Implementations

Create new instance of shell protocol structure

Arguments
  • channel_protocol - Instance of ChannelProtocol
  • channel_id - Channel ID of shell session
  • process - Instance of ProcessHandler

Listen for and process shell protocol messages

Arguments
  • pump - Function which returns the next message for processing
  • timeout - Maximum time to listen for a single message
Errors

If this function encounters any errors, it will return an error message string

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.