Docs.rs
sftp-server-0.1.0
sftp-server 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
mcronce
Dependencies
async-trait ^0.1
normal
bincode ^1
normal
camino ^1.0.7
normal
futures ^0.3
normal
lexiclean-cow ^0.1.0
normal
nix ^0.25
normal
sftp-protocol ^0.1.0
normal
thiserror ^1
normal
thrussh ^0.33
normal
optional
thrussh-keys ^0.21
normal
optional
time ^0.3
normal
tokio ^1
normal
uuid ^1.2.2
normal
Versions
0%
of the crate is documented
Platform
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
sftp_
server
0.1.0
File
Implementors
In sftp_
server::
file
sftp_server
::
file
Trait
File
Copy item path
Source
pub trait File:
AsyncRead
+
AsyncSeek
+
AsyncWrite
+
Send
+
Sync
+
Unpin
+
Debug
{ }
Implementors
§
Source
§
impl<T>
File
for T
where T:
AsyncRead
+
AsyncSeek
+
AsyncWrite
+
Send
+
Sync
+
Unpin
+
Debug
,