pub struct ProvingKey(pub PathBuf);
Tuple Fields§
§0: PathBuf
Auto Trait Implementations§
impl Freeze for ProvingKey
impl RefUnwindSafe for ProvingKey
impl Send for ProvingKey
impl Sync for ProvingKey
impl Unpin for ProvingKey
impl UnwindSafe for ProvingKey
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