Docs.rs
gitql-cli-0.29.0
gitql-cli 0.29.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AmrDeveloper
Dependencies
comfy-table ^7.1.0
normal
csv ^1.3.0
normal
gitql-ast ^0.26.0
normal
gitql-core ^0.6.0
normal
gitql-parser ^0.28.0
normal
serde_json ^1.0.115
normal
termcolor ^1.4.1
normal
Versions
12.2%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gitql_
cli
0.29.0
Output
Printer
Required Methods
print
Implementors
In gitql_
cli::
printer::
base
gitql_cli
::
printer
::
base
Trait
OutputPrinter
Copy item path
Source
pub trait OutputPrinter { // Required method fn
print
(&self, object: &mut
GitQLObject
); }
Required Methods
§
Source
fn
print
(&self, object: &mut
GitQLObject
)
Implementors
§
Source
§
impl
OutputPrinter
for
CSVPrinter
Source
§
impl
OutputPrinter
for
JSONPrinter
Source
§
impl
OutputPrinter
for
TablePrinter