[][src]Trait tokio_pty_process::AsAsyncPtyFd

pub trait AsAsyncPtyFd {
    fn as_async_pty_fd(&self) -> Poll<RawFd, Error>;
}

Trait to asynchronously get the RawFd of the master side of the PTY

Required methods

fn as_async_pty_fd(&self) -> Poll<RawFd, Error>

Return a Poll containing the RawFd

Loading content...

Implementors

impl AsAsyncPtyFd for AsyncPtyMaster[src]

impl AsAsyncPtyFd for AsyncPtyMasterReadHalf[src]

impl<'_> AsAsyncPtyFd for &'_ AsyncPtyMasterReadHalf[src]

impl<'_> AsAsyncPtyFd for &'_ AsyncPtyMasterWriteHalf[src]

impl<'_> AsAsyncPtyFd for &'_ mut AsyncPtyMasterReadHalf[src]

impl<'_> AsAsyncPtyFd for &'_ mut AsyncPtyMasterWriteHalf[src]

Loading content...