Struct async_ssh::Session [] [src]

pub struct Session<S: AsyncRead + AsyncWrite>(_);

Methods

impl<S: AsyncRead + AsyncWrite + Tcp + 'static> Session<S>
[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<S> !Send for Session<S>

impl<S> !Sync for Session<S>