Home
last modified time | relevance | path

Searched defs:Stderr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dstderr.rs26 pub struct Stderr { struct
27 std: Option<io::Stderr>, argument
28 state: State<io::Stderr>, argument
39 pub fn stderr() -> Stderr { in stderr() argument
48 impl AsyncWrite for Stderr { implementation
56 impl AsRawFd for Stderr { implementation
63 impl AsFd for Stderr { implementation
73 impl AsRawHandle for Stderr { implementation
80 impl AsHandle for Stderr { implementation