Docs.rs
postgres-0.14.2
postgres 0.14.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sfackler
paolobarbolini
Dependencies
fallible-iterator ^0.1.3
normal
native-tls ^0.1
normal
postgres-protocol ^0.3.0
normal
security-framework ^0.1.2
normal
postgres-shared ^0.3.0
normal
log ^0.3
normal
schannel ^0.1
normal
bytes ^0.4
normal
rustc-serialize ^0.3
normal
openssl ^0.9.2
normal
geo ^0.4
normal
serde_json >=0.9, <2.0
normal
bit-vec ^0.4
normal
chrono ^0.3
normal
url ^1.0
normal
eui48 ^0.1
normal
hex ^0.2
normal
rustc-serialize ^0.3
normal
time ^0.1.14
normal
uuid ^0.5
normal
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-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
postgres
Type Definition
postgres
::
Result
[
−
]
[src]
type Result<T> =
Result
<T,
Error
>;
A type alias of the result returned by many methods.