We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_terminal
1 parent 427a079 commit 47f2f6dCopy full SHA for 47f2f6d
library/std/src/sys/solid/io.rs
@@ -75,3 +75,7 @@ impl<'a> IoSliceMut<'a> {
75
unsafe { slice::from_raw_parts_mut(self.vec.iov_base as *mut u8, self.vec.iov_len) }
76
}
77
78
+
79
+pub fn is_terminal<T>(_: &T) -> bool {
80
+ false
81
+}
0 commit comments