Docs.rs
pretty-exec-0.3.0
pretty-exec 0.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
KSXGitHub
Dependencies
pretty-exec-lib ^0.3.0
normal
nu-ansi-term ^0.46.0
dev
pipe-trait ^0.4.0
dev
serde ^1.0.145
dev
serde_json ^1.0.86
dev
toml ^0.5.9
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Log
Required Methods
log
Implementors
In pretty_exec::log
?
Trait
pretty_exec
::
log
::
Log
source
·
[
−
]
pub trait Log { fn
log
(&self); }
Required Methods
source
fn
log
(&self)
Implementors
source
impl<'a, Fmt, Prompt, Program, Arguments>
Log
for
Logger
<'a,
GroupOpening
<Fmt>, Prompt, Program, Arguments>
where
Logger
<'a, Fmt, Prompt, Program, Arguments>:
Display
,
Prompt: ?
Sized
,
Program: ?
Sized
,
Arguments: ?
Sized
,
source
impl<'a, Prompt, Program, Arguments>
Log
for
Logger
<'a,
Nothing
, Prompt, Program, Arguments>
where
Prompt: ?
Sized
,
Program: ?
Sized
,
Arguments: ?
Sized
,
source
impl<'a, Prompt, Program, Arguments>
Log
for
Logger
<'a,
SyntaxHighLight
, Prompt, Program, Arguments>
where
&'a
Prompt:
AsRef
<
str
>,
&'a
Program:
AsRef
<
OsStr
>,
&'a
Arguments:
IntoIterator
,
<
&'a
Arguments as
IntoIterator
>::
Item
:
AsRef
<
OsStr
>,
Prompt: ?
Sized
,
Program: ?
Sized
,
Arguments: ?
Sized
,
source
impl<'a, Prompt, Program, Arguments>
Log
for
Logger
<'a,
GroupClosing
, Prompt, Program, Arguments>
where
Prompt: ?
Sized
,
Program: ?
Sized
,
Arguments: ?
Sized
,