Struct shell::MultiShell
[-] [+]
[src]
pub struct MultiShell { // some fields omitted }
pub struct MultiShell { // some fields omitted }
impl MultiShell
fn new(out: Shell, err: Shell, verbose: bool) -> MultiShell
fn out(&mut self) -> &mut Shell
fn err(&mut self) -> &mut Shell
fn say<T: ToString>(&mut self, message: T, color: Color) -> Result<()>
fn status<T, U>(&mut self, status: T, message: U) -> Result<()> where T: Display, U: Display
fn verbose<F>(&mut self, callback: F) -> Result<()> where F: FnMut(&mut MultiShell) -> Result<()>
fn concise<F>(&mut self, callback: F) -> Result<()> where F: FnMut(&mut MultiShell) -> Result<()>
fn error<T: ToString>(&mut self, message: T) -> Result<()>
fn warn<T: ToString>(&mut self, message: T) -> Result<()>
fn set_verbose(&mut self, verbose: bool)
fn get_verbose(&self) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).