Docs.rs
gitql-cli-0.40.0
gitql-cli 0.40.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AmrDeveloper
Dependencies
comfy-table ^7.1.4
normal
csv ^1.3.1
normal
gitql-ast ^0.36.0
normal
gitql-core ^0.17.0
normal
gitql-parser ^0.39.0
normal
linked-hash-map ^0.5.6
normal
serde_json ^1.0.140
normal
termcolor ^1.4.1
normal
yaml-rust ^0.4.5
normal
Versions
15%
of the crate is documented
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
gitql_
cli
0.40.0
Base
Output
Printer
Required Methods
print
Implementors
In gitql_
cli::
printer
gitql_cli
::
printer
Trait
BaseOutputPrinter
Copy item path
Source
pub trait BaseOutputPrinter { // Required method fn
print
(&self, object: &mut
GitQLObject
); }
Required Methods
§
Source
fn
print
(&self, object: &mut
GitQLObject
)
Implementors
§
Source
§
impl
BaseOutputPrinter
for
CSVPrinter
Source
§
impl
BaseOutputPrinter
for
JSONPrinter
Source
§
impl
BaseOutputPrinter
for
TablePrinter
Source
§
impl
BaseOutputPrinter
for
YAMLPrinter