Trait stens::Verify

source ·
pub trait Verify {
    fn verify(&self, ts: &TypeSystem, buf: &mut impl Read + Seek) -> bool;
}

Required Methods§

Implementors§