[][src]Trait tab_pty_process::AsAsyncPtyFd

pub trait AsAsyncPtyFd {
    fn as_async_pty_fd(&self, cx: &mut Context<'_>) -> Poll<RawFd>;
}

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

Required methods

fn as_async_pty_fd(&self, cx: &mut Context<'_>) -> Poll<RawFd>

Return a Poll containing the RawFd

Loading content...

Implementors

impl AsAsyncPtyFd for AsyncPtyMaster[src]

impl AsAsyncPtyFd for AsyncPtyMasterReadHalf[src]

impl AsAsyncPtyFd for AsyncPtyMasterWriteHalf[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...