[][src]Trait flatbuffers_verifier::Verify

pub trait Verify {
    fn verify(&self) -> Result;
}

Required methods

fn verify(&self) -> Result

Loading content...

Implementors

impl<'a> Verify for StringVerifier<'a>[src]

Loading content...