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
fn is_interactive(&self) -> bool
Indicates if running in interactive mode.
Implementations on Foreign Types
impl<'a, T: ?Sized + IsInteractiveEnvironment> IsInteractiveEnvironment for &'a T[src]
impl<'a, T: ?Sized + IsInteractiveEnvironment> IsInteractiveEnvironment for &'a Tfn is_interactive(&self) -> bool[src]
fn is_interactive(&self) -> bool