Struct ssh::Channel [] [src]

pub struct Channel<'b> { /* fields omitted */ }

Methods

impl<'b> Channel<'b>
[src]

impl<'d, 'c: 'd> Channel<'c>
[src]

Trait Implementations

impl<'b> Drop for Channel<'b>
[src]

A method called when the value goes out of scope. Read more