Trait ssi_core::Verifiable

source ·
pub trait Verifiable<V, C> {
    type Error;

    fn verify_with<'life0, 'async_trait>(
        &'life0 self,
        vm: V,
        c: C
    ) -> Pin<Box<dyn Future<Output = Result<(), Self::Error>> + Send + 'async_trait>>
    where
        Self: 'async_trait,
        'life0: 'async_trait
; }

Required Associated Types§

Required Methods§

Implementors§