Struct async_psec::SessionReadHalf [−][src]
pub struct SessionReadHalf { /* fields omitted */ }
Expand description
The read half of a PSEC session. Obtained with Session::into_split
.
Trait Implementations
Set the maximum size of an acceptable buffer being received. Read more
Read then decrypt from a PSEC session. Read more
Take ownership of the PsecReader
, read, decrypt, then return back the PsecReader
. Useful when used with tokio::select!
. Read more
Auto Trait Implementations
impl !RefUnwindSafe for SessionReadHalf
impl Send for SessionReadHalf
impl Sync for SessionReadHalf
impl Unpin for SessionReadHalf
impl !UnwindSafe for SessionReadHalf