Docs.rs
csv-pipeline-0.3.1
csv-pipeline 0.3.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
probablykasper
Dependencies
csv ^1.1
normal
linked-hash-map ^0.5
normal
Versions
35.48%
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
☰
Row
Trait Implementations
From<Headers>
In csv_pipeline
?
Type Definition
csv_pipeline
::
Row
source
·
[
−
]
pub type Row =
StringRecord
;
Expand description
Alias of
csv::StringRecord
Trait Implementations
§
source
§
impl
From
<
Headers
> for
Row
source
§
fn
from
(headers:
Headers
) ->
Row
Converts to this type from the input type.