☰
anstream
0.6.12
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
§