Docs.rs
pretty-exec-lib-0.5.0
pretty-exec-lib 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
KSXGitHub
Dependencies
clap ^4.0.15
normal
clap-utilities ^0.2.0
normal
derive_more ^0.99.17
normal
is-terminal ^0.3.0
normal
pipe-trait ^0.4.0
normal
shell-escape ^0.1.5
normal
thiserror ^1.0.37
normal
typed-builder ^0.10.0
normal
yansi ^0.5.1
normal
itertools ^0.10.5
dev
maplit ^1.0.2
dev
pretty_assertions ^1.3.0
dev
Versions
1.52%
of the crate is documented
Platform
x86_64-apple-darwin
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
pretty_
exec_
lib
0.5.0
Log
Required Methods
log
Implementors
In pretty_
exec_
lib::
log
pretty_exec_lib
::
log
Trait
Log
Copy item path
Source
pub trait Log { // Required method fn
log
(&self); }
Required Methods
§
Source
fn
log
(&self)
Implementors
§
Source
§
impl<'a, Fmt, Prompt: ?
Sized
, Program: ?
Sized
, Arguments: ?
Sized
>
Log
for
Logger
<'a,
GroupOpening
<Fmt>, Prompt, Program, Arguments>
where
Logger
<'a, Fmt, Prompt, Program, Arguments>:
Display
,
Source
§
impl<'a, Prompt: ?
Sized
, Program: ?
Sized
, Arguments: ?
Sized
>
Log
for
Logger
<'a,
GroupClosing
, Prompt, Program, Arguments>
Source
§
impl<'a, Prompt: ?
Sized
, Program: ?
Sized
, Arguments: ?
Sized
>
Log
for
Logger
<'a,
Nothing
, Prompt, Program, Arguments>
Source
§
impl<'a, Prompt: ?
Sized
, Program: ?
Sized
, Arguments: ?
Sized
>
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
>,