Struct shell_protocol::ShellProtocol[][src]

pub struct ShellProtocol { /* fields omitted */ }

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.

Methods

impl Protocol
[src]

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

impl Send for ShellProtocol

impl !Sync for ShellProtocol