Skip to main content

EvidenceRefResolver

Trait EvidenceRefResolver 

Source
pub trait EvidenceRefResolver: Send + Sync {
    // Required method
    fn resolves(&self, evidence: &EvidenceRef) -> Result<(), String>;
}
Expand description

§10.2 P3: whether an [EvidenceRef] resolves against the persistent session store (session exists; a cited range lies within the persisted transcript). The semantic endorsement half of an agent_verified retier is the dream’s judgment (recorded in the op rationale); this is the mechanical half.

Required Methods§

Source

fn resolves(&self, evidence: &EvidenceRef) -> Result<(), String>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§