Enum rustyline::config::OutputStreamType [−][src]
#[non_exhaustive]
pub enum OutputStreamType {
Stderr,
Stdout,
}
Expand description
Should the editor use stdout or stderr
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Stderr
Use stderr
Stdout
Use stdout
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OutputStreamType
impl Send for OutputStreamType
impl Sync for OutputStreamType
impl Unpin for OutputStreamType
impl UnwindSafe for OutputStreamType
Blanket Implementations
Mutably borrows from an owned value. Read more