Docs.rs
record-query-1.0.4
record-query 1.0.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
dflemstr
Dependencies
ansi_term ^0.12.1
normal
atty ^0.2.13
normal
avro-rs ^0.6.5
normal
csv ^1.1.1
normal
directories ^2.0.2
normal
dtoa ^0.4.4
normal
env_logger ^0.7.1
normal
failure ^0.1.6
normal
glob ^0.3.0
normal
itoa ^0.4.4
normal
log ^0.4.8
normal
nix ^0.20.2
normal
ordered-float ^1.0.2
normal
pest ^2.1.2
normal
protobuf ^2.8.1
normal
rmp ^0.8.8
normal
rmpv ^0.4.2
normal
serde ^1.0.102
normal
serde-hjson ^0.9.1
normal
serde-protobuf ^0.8.1
normal
serde_cbor ^0.10.2
normal
serde_json ^1.0.41
normal
serde_yaml ^0.8.11
normal
structopt ^0.3.4
normal
toml ^0.5.5
normal
yaml-rust ^0.4.5
normal
built ^0.3.2
build
env_logger ^0.7.1
build
regex ^1.3.1
build
vergen ^3.0.4
build
Versions
0.81%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
record_
query
1.0.4
Source
Required Methods
read
Implementors
In record_
query::
value
record_query
::
value
Trait
Source
Copy item path
Source
pub trait Source { // Required method fn
read
(&mut self) ->
Result
<
Option
<
Value
>>; }
Required Methods
§
Source
fn
read
(&mut self) ->
Result
<
Option
<
Value
>>
Implementors
§
Source
§
impl
Source
for record_query::value::toml::
Source
Source
§
impl<'a>
Source
for record_query::value::protobuf::
Source
<'a>
Source
§
impl<'a, R>
Source
for record_query::value::avro::
Source
<'a, R>
where R:
Read
,
Source
§
impl<'de, R>
Source
for record_query::value::json::
Source
<'de, R>
where R:
Read
,
Source
§
impl<R>
Source
for record_query::value::cbor::
Source
<R>
where R:
Read
,
Source
§
impl<R>
Source
for record_query::value::csv::
Source
<R>
where R:
Read
,
Source
§
impl<R>
Source
for
MessagePackSource
<R>
where R:
Read
,
Source
§
impl<R>
Source
for record_query::value::raw::
Source
<R>
where R:
Read
,
Source
§
impl<R>
Source
for record_query::value::yaml::
Source
<R>
where R:
Read
,