Docs.rs
ssh-agent-0.2.4
ssh-agent 0.2.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ntrippar
fmpomar
Dependencies
byteorder ^1.2.7
normal
bytes ^0.4.11
normal
optional
futures ^0.1.25
normal
log ^0.4.6
normal
serde ^1.0.87
normal
tokio ^0.1.15
normal
optional
tokio-uds ^0.2.5
normal
optional
env_logger ^0.6.0
dev
openssl ^0.10.16
dev
Versions
0%
of the crate is documented
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
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
KeyTypeEnum
ssh_
agent
0.2.4
KeyType
Enum
Required Methods
key_type
Implementors
In ssh_
agent::
proto::
key_
type
ssh_agent
::
proto
::
key_type
Trait
KeyType
Enum
Copy item path
Source
pub trait KeyTypeEnum { // Required method fn
key_type
(&self) ->
String
; }
Required Methods
§
Source
fn
key_type
(&self) ->
String
Implementors
§
Source
§
impl
KeyTypeEnum
for
PrivateKey
Source
§
impl
KeyTypeEnum
for
PublicKey