Docs.rs
gel-stream-0.4.1
gel-stream 0.4.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
crates.io
Source
Owners
edgedb-ci
Dependencies
derive_more ^2
normal
foreign-types ^0.3
normal
optional
futures ^0.3
normal
hickory-resolver ^0.25.2
normal
optional
openssl ^0.10.72
normal
optional
openssl-probe ^0.1.6
normal
optional
openssl-sys ^0.9
normal
optional
rustls >=0.23.25
normal
optional
rustls-pemfile ^2
normal
optional
rustls-pki-types ^1
normal
rustls-platform-verifier ^0.5.1
normal
optional
rustls-tokio-stream ^0.6.0
normal
optional
serde ^1.0
normal
optional
socket2 ^0.5.2
normal
optional
thiserror ^2
normal
tokio ^1
normal
optional
tokio-openssl ^0.6.5
normal
optional
webpki ^0.22
normal
optional
webpki-root-certs ^1
normal
optional
webpki-roots ^1
normal
optional
ntest ^0.9.3
dev
tempfile ^3
dev
tokio ^1
dev
x509-parser ^0.17.0
dev
openssl-sys ^0.9
normal
optional
Versions
32.97%
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
gel_
stream
0.4.1
Rewindable
Required Methods
rewind
Implementors
In crate gel_
stream
gel_stream
Trait
Rewindable
Copy item path
Source
pub trait Rewindable { // Required method fn
rewind
(&mut self, bytes: &[
u8
]) ->
Result
<
()
>; }
Required Methods
§
Source
fn
rewind
(&mut self, bytes: &[
u8
]) ->
Result
<
()
>
Implementors
§
Source
§
impl<S:
Stream
+
Rewindable
, D: TlsDriver>
Rewindable
for
UpgradableStream
<S, D>
where D::Stream:
Rewindable
,
Source
§
impl<S:
Stream
>
Rewindable
for
RewindStream
<S>