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
☰
RowResult
In csv_pipeline
?
Type Definition
csv_pipeline
::
RowResult
source
·
[
−
]
pub type RowResult =
Result
<
Row
,
PlError
>;
Expand description
Alias of
Result<Row, Error>