pub struct KeySplitter;Expand description
Split keys into shares (all required to reconstruct).
Implementations§
Auto Trait Implementations§
impl Freeze for KeySplitter
impl RefUnwindSafe for KeySplitter
impl Send for KeySplitter
impl Sync for KeySplitter
impl Unpin for KeySplitter
impl UnsafeUnpin for KeySplitter
impl UnwindSafe for KeySplitter
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