Docs.rs
anstream-0.6.5
anstream 0.6.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
epage
github:rust-cli:maintainers
Dependencies
anstyle ^1.0.0
normal
anstyle-parse ^0.2.0
normal
anstyle-query ^1.0.0
normal
colorchoice ^1.0.0
normal
utf8parse ^0.2.1
normal
criterion ^0.5.1
dev
lexopt ^0.3.0
dev
owo-colors ^3.5.0
dev
proptest ^1.4.0
dev
strip-ansi-escapes ^0.2.0
dev
anstyle-wincon ^3.0.1
normal
Versions
68.75%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
anstream
0.6.5
IsTerminal
Required Methods
is_terminal
Implementations on Foreign Types
&mut Box<dyn Write>
&mut File
&mut StderrLock<'_>
&mut StdoutLock<'_>
&mut Vec<u8>
Box<dyn Write>
File
Stderr
StderrLock<'_>
Stdout
StdoutLock<'_>
Vec<u8>
Implementors
In anstream::stream
?
Trait
anstream
::
stream
::
IsTerminal
source
·
[
−
]
pub trait IsTerminal: Sealed { // Required method fn
is_terminal
(&self) ->
bool
; }
Required Methods
§
source
fn
is_terminal
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
IsTerminal
for &mut
Box
<dyn
Write
>
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for &mut
Vec
<
u8
>
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for &mut
File
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for &mut
StderrLock
<'_>
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for &mut
StdoutLock
<'_>
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for
Box
<dyn
Write
>
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for
Vec
<
u8
>
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for
File
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for
Stderr
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for
StderrLock
<'_>
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for
Stdout
source
§
fn
is_terminal
(&self) ->
bool
source
§
impl
IsTerminal
for
StdoutLock
<'_>
source
§
fn
is_terminal
(&self) ->
bool
Implementors
§