pub struct LeanCertificate;Expand description
Lean 4 proof assistant verification.
Implementations§
Source§impl LeanCertificate
impl LeanCertificate
pub fn witness_ref(module_name: &str, theorem_name: &str) -> String
pub fn module_ref(module_name: &str) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeanCertificate
impl RefUnwindSafe for LeanCertificate
impl Send for LeanCertificate
impl Sync for LeanCertificate
impl Unpin for LeanCertificate
impl UnsafeUnpin for LeanCertificate
impl UnwindSafe for LeanCertificate
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