macro_rules! impl_is_terminal {
($($t:ty),*$(,)?) => { ... };
}
Available on Unix or HermitCore or
target_os=trusty
or WASI only.macro_rules! impl_is_terminal {
($($t:ty),*$(,)?) => { ... };
}
target_os=trusty
or WASI only.