Docs.rs
async-ssh2-lite-0.4.4
async-ssh2-lite 0.4.4
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vkill
Dependencies
async-io ^1.3
normal
async-trait ^0.1
normal
futures-util ^0.3
normal
libssh2-sys ^0.3
normal
ssh2 ^0.9.4
normal
tokio ^1
normal
cfg-if ^1
dev
env_logger ^0.9
dev
futures-lite ^1
dev
hyper ^0.14
dev
portpicker ^0.1
dev
rand ^0.8
dev
tempfile ^3
dev
tokio ^1
dev
uuid ^1
dev
Versions
0.72%
of the crate is documented
Go to latest version
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
☰
BlockDirectionsExt
Required Methods
is_readable
is_writable
Implementations on Foreign Types
BlockDirections
Implementors
In async_ssh2_lite::session_stream
?
Trait
async_ssh2_lite
::
session_stream
::
BlockDirectionsExt
source
·
[
−
]
pub trait BlockDirectionsExt { fn
is_readable
(&self) ->
bool
;
fn
is_writable
(&self) ->
bool
; }
Required Methods
§
source
fn
is_readable
(&self) ->
bool
source
fn
is_writable
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
BlockDirectionsExt
for
BlockDirections
source
§
fn
is_readable
(&self) ->
bool
source
§
fn
is_writable
(&self) ->
bool
Implementors
§