pub struct Squeeze<N>(/* private fields */);Expand description
The type-level Squeeze operation
Trait Implementations§
Source§impl<U: Unsigned> ToSpongeOp for Squeeze<U>
impl<U: Unsigned> ToSpongeOp for Squeeze<U>
Source§fn to_sponge_op() -> SpongeOp
fn to_sponge_op() -> SpongeOp
Converts the type-level operation to its term-level representation
impl<N: Unsigned> IOWord for Squeeze<N>
Auto Trait Implementations§
impl<N> Freeze for Squeeze<N>
impl<N> RefUnwindSafe for Squeeze<N>where
N: RefUnwindSafe,
impl<N> Send for Squeeze<N>where
N: Send,
impl<N> Sync for Squeeze<N>where
N: Sync,
impl<N> Unpin for Squeeze<N>where
N: Unpin,
impl<N> UnwindSafe for Squeeze<N>where
N: UnwindSafe,
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