Function stdout_among_inputs

Source
pub fn stdout_among_inputs<T>(inputs: &[T]) -> bool
where T: Clircle,
Expand description

Checks if Stdio::Stdout is in the given slice.