/// Output stream to [`get()`][crate::get] the [`Color`][crate::Color] state for
#[derive(Copy, Clone, Debug, PartialEq, Eq)]pubenumStream{
Stdout,
Stderr,/// When unsure which will be used (lowest common denominator of `Stdout` and `Stderr`)
Either,}