pub struct ZkcCompressor;Expand description
Zero-knowledge compression encoder.
Implementations§
Source§impl ZkcCompressor
impl ZkcCompressor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZkcCompressor
impl RefUnwindSafe for ZkcCompressor
impl Send for ZkcCompressor
impl Sync for ZkcCompressor
impl Unpin for ZkcCompressor
impl UnsafeUnpin for ZkcCompressor
impl UnwindSafe for ZkcCompressor
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