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 SessionReadHalfimpl Send for SessionReadHalfimpl Sync for SessionReadHalfimpl Unpin for SessionReadHalfimpl !UnwindSafe for SessionReadHalf