Home
last modified time | relevance | path

Searched refs:ClosedInputStream (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/cli/
H A Dempty.rs16 Box::new(p2::pipe::ClosedInputStream) in p2_stream()
39 Box::new(p2::pipe::ClosedInputStream) in p2_stream()
55 impl IsTerminal for p2::pipe::ClosedInputStream { implementation
60 impl StdinStream for p2::pipe::ClosedInputStream { implementation
62 Box::new(p2::pipe::ClosedInputStream) in p2_stream()
/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dpipe.rs299 pub struct ClosedInputStream; struct
302 impl InputStream for ClosedInputStream { implementation
309 impl Pollable for ClosedInputStream { implementation