Docs.rs
git-protocol-0.14.0
git-protocol 0.14.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
async-trait ^0.1.51
normal
bstr ^0.2.13
normal
btoi ^0.4.2
normal
futures-io ^0.3.16
normal
futures-lite ^1.12.0
normal
git-features ^0.19.1
normal
git-hash ^0.9.1
normal
git-transport ^0.15.0
normal
maybe-async ^0.2.6
normal
nom ^7
normal
quick-error ^2.0.0
normal
serde ^1.0.114
normal
async-std ^1.9.0
dev
git-packetline ^0.12.3
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In
git_protocol
::
credentials
?
Type Definition
git_protocol
::
credentials
::
Result
source
·
[
−
]
pub type Result =
Result
<
Option
<
Outcome
>,
Error
>;
Expand description
The result used in
helper()
.