pub struct StrobeNkStatelessTransport { /* private fields */ }Expand description
Stateless transport — caller supplies the nonce on every call.
Nonce uniqueness and replay detection are the caller’s responsibility.
Obtain via StrobeNkTransport::into_stateless().
Implementations§
Source§impl StrobeNkStatelessTransport
impl StrobeNkStatelessTransport
Auto Trait Implementations§
impl Freeze for StrobeNkStatelessTransport
impl RefUnwindSafe for StrobeNkStatelessTransport
impl Send for StrobeNkStatelessTransport
impl Sync for StrobeNkStatelessTransport
impl Unpin for StrobeNkStatelessTransport
impl UnsafeUnpin for StrobeNkStatelessTransport
impl UnwindSafe for StrobeNkStatelessTransport
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more