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