Trait conch_runtime::env::IsInteractiveEnvironment [] [src]

pub trait IsInteractiveEnvironment {
    fn is_interactive(&self) -> bool;
}

An interface for checking if the current environment is an interactive one.

Required Methods

Indicates if running in interactive mode.

Implementors