ssi_status::client

Trait TypedStatusMapProvider

Source
pub trait TypedStatusMapProvider<I: ?Sized, T: EncodedStatusMap> {
    // Required method
    async fn get_typed(
        &self,
        id: &I,
    ) -> Result<MaybeCached<T::Decoded>, ProviderError>;
}

Required Methods§

Source

async fn get_typed( &self, id: &I, ) -> Result<MaybeCached<T::Decoded>, ProviderError>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§