Struct shell::MultiShell
[-] [+]
[src]
pub struct MultiShell {
// some fields omitted
}pub struct MultiShell {
// some fields omitted
}impl MultiShellfn new(out: Shell, err: Shell, verbose: bool) -> MultiShellfn out(&mut self) -> &mut Shellfn err(&mut self) -> &mut Shellfn 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: Displayfn 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).