Struct kimchi_visu::witness::Witness
source · pub struct Witness<F>where
F: Field,{ /* private fields */ }
Expand description
The type that represents the execution trace.
It represents a table of [COLUMNS] columns, with n
rows.
n
being the maximum size of the circuit, and the size of the domain.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> RefUnwindSafe for Witness<F>where F: RefUnwindSafe,
impl<F> Send for Witness<F>
impl<F> Sync for Witness<F>
impl<F> Unpin for Witness<F>where F: Unpin,
impl<F> UnwindSafe for Witness<F>where F: 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