Docs.rs
d4-0.3.9
d4 0.3.9
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
38
Dependencies
d4-framefile ^0.3.9
normal
d4-hts ^0.3.9
normal
optional
flate2 ^1.0.14
normal
log ^0.4.14
normal
rand ^0.8.4
normal
optional
rayon ^1.3.0
normal
optional
reqwest ^0.11.2
normal
optional
serde ^1.0.104
normal
serde_derive ^1.0.104
normal
serde_json ^1.0.44
normal
smallvec ^1.7.0
normal
env_logger ^0.9.0
dev
Versions
56.32%
of the crate is documented
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
d4
0.3.9
D4File
Writer
Ext
Required Associated Types
Partition
Implementors
In crate d4
d4
Trait
D4FileWriterExt
Copy item path
Source
pub trait D4FileWriterExt { type
Partition
; }
Required Associated Types
§
Source
type
Partition
Implementors
§
Source
§
impl<PT:
PrimaryTableWriter
, ST:
SecondaryTableWriter
>
D4FileWriterExt
for
D4FileWriter
<PT, ST>
Source
§
type
Partition
= (<PT as
PrimaryTableWriter
>::
Partition
, <ST as
SecondaryTableWriter
>::
Partition
)