Type Definition runa_io::traits::buf::NextMessageFut
pub type NextMessageFut<'a, T>where
T: AsyncBufReadWithFd + 'a, = impl Future<Output = Result<Message<'a>, Error>> + 'a;
pub type NextMessageFut<'a, T>where
T: AsyncBufReadWithFd + 'a, = impl Future<Output = Result<Message<'a>, Error>> + 'a;