Docs.rs
pretty-exec-0.5.0
pretty-exec 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
KSXGitHub
Dependencies
pretty-exec-lib ^0.5.0
normal
pipe-trait ^0.4.0
dev
serde ^1.0.145
dev
serde_json ^1.0.86
dev
toml ^0.5.9
dev
yansi ^0.5.1
dev
Versions
0%
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
Log
pretty_
exec
0.5.0
Log
Required Methods
log
Implementors
In crate pretty_
exec
pretty_exec
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, 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,
GroupClosing
, Prompt, Program, Arguments>
where 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
,