Trait enclave_runner::usercalls::AsyncStream [−][src]
pub trait AsyncStream: AsyncRead + AsyncWrite + 'static + Send + Sync {
fn poll_read_alloc(
self: Pin<&mut Self>,
cx: &mut Context<'_>
) -> Poll<Result<Vec<u8>>> { ... }
}