Struct sp_io::VerificationExt [−][src]
pub struct VerificationExt(pub BatchVerifier);
Batch verification extension to register/retrieve from the externalities.
Trait Implementations
impl Deref for VerificationExt[src]
impl Deref for VerificationExt[src]impl Extension for VerificationExt[src]
impl Extension for VerificationExt[src]fn as_mut_any(&mut self) -> &mut dyn Any[src]
Auto Trait Implementations
impl !RefUnwindSafe for VerificationExt
impl Send for VerificationExt
impl Sync for VerificationExt
impl Unpin for VerificationExt
impl !UnwindSafe for VerificationExt
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>, [src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>, [src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]