Docs.rs
csv-1.0.4
csv 1.0.4
Docs.rs crate page
Unlicense
/
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
BurntSushi
Dependencies
csv-core ^0.1.4
normal
serde ^1.0.55
normal
serde_bytes ^0.10.4
dev
serde_derive ^1.0.55
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In csv
?
Type Definition
csv
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A type alias for
Result<T, csv::Error>
.