pub struct Attester {
pub resource: Option<String>,
}Expand description
The deterministic check (§10.2).
resource names code (no LLM) that takes a receipt and returns a verdict.
It is meant to run consumer-side.
Fields§
§resource: Option<String>Path (§6.2) to the attester code.
Implementations§
Trait Implementations§
impl Eq for Attester
impl StructuralPartialEq for Attester
Auto Trait Implementations§
impl Freeze for Attester
impl RefUnwindSafe for Attester
impl Send for Attester
impl Sync for Attester
impl Unpin for Attester
impl UnsafeUnpin for Attester
impl UnwindSafe for Attester
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