Trait thrussh::Client [] [src]

pub trait Client {
    fn auth_banner(&mut self, _: &str) { ... }
    fn new_channel(&mut self, _: &ChannelParameters) { ... }
    fn data(&mut self, _: Option<u32>, _: &[u8], _: ChannelBuf) -> Result<()Error> { ... }
}

Provided Methods

fn auth_banner(&mut self, _: &str)

fn new_channel(&mut self, _: &ChannelParameters)

fn data(&mut self, _: Option<u32>, _: &[u8], _: ChannelBuf) -> Result<()Error>

Implementors