Docs.rs
brk_query-0.0.40
brk_query 0.0.40
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nym21
Dependencies
brk_computer ^0
normal
brk_indexer ^0
normal
brk_vec ^0
normal
clap ^4.5.38
normal
clap_derive ^4.5.32
normal
color-eyre ^0.6.4
normal
derive_deref ^1.1.1
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
serde_with ^3.12.0
normal
tabled ^0.19.0
normal
Versions
10.71%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
brk_
query
0.0.40
Tabled
Required Methods
to_table
Implementations on Foreign Types
Vec<Vec<Value>>
Implementors
In crate brk_
query
brk_query
Trait
Tabled
Copy item path
Source
pub trait Tabled { // Required method fn
to_table
(&self, ids:
Vec
<
String
>) ->
Table
; }
Required Methods
§
Source
fn
to_table
(&self, ids:
Vec
<
String
>) ->
Table
Implementations on Foreign Types
§
Source
§
impl
Tabled
for
Vec
<
Vec
<
Value
>>
Source
§
fn
to_table
(&self, ids:
Vec
<
String
>) ->
Table
Implementors
§