We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_terminal
1 parent aac5cbf commit 5df39e1Copy full SHA for 5df39e1
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