async-rs / async-std

Async version of the Rust standard library

Home Page:https://async.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `IsTerminal::is_terminal` for files and stdin

ventaquil opened this issue · comments

As far as I see (correct me if I'm wrong) I don't see any IsTerminal::is_terminal alternative known from std lib.

None of async_std::fs::File nor async_std::io::Stdin doesn't have any IsTerminal implementation.

Are there plans to change it soon?