PwnIoInteractive

Trait PwnIoInteractive 

Source
pub trait PwnIoInteractive {
    // Required method
    fn interactive(&mut self) -> Result<(), Error>;
}

Required Methods§

Source

fn interactive(&mut self) -> Result<(), Error>

Attempts to enter into interactive mode via stdin/stdout

Implementations on Foreign Types§

Source§

impl PwnIoInteractive for TcpStream

Source§

fn interactive(&mut self) -> Result<(), Error>

Implementors§