Struct async_ssh::Session
[−]
[src]
pub struct Session<S: AsyncRead + AsyncWrite>(_);
Methods
impl<S: AsyncRead + AsyncWrite + Tcp + 'static> Session<S>
[src]
pub fn new(
stream: S,
handle: &Handle
) -> Result<NewSession<S>, HandlerError<()>>
[src]
stream: S,
handle: &Handle
) -> Result<NewSession<S>, HandlerError<()>>