Struct async_ssh::NewSession [] [src]

pub struct NewSession<S: AsyncRead + AsyncWrite> { /* fields omitted */ }

Methods

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

Important traits for Box<W>
[src]

Trait Implementations

Auto Trait Implementations

impl<S> !Send for NewSession<S>

impl<S> !Sync for NewSession<S>