pub trait VerifyClientDyn {
// Required method
fn verify(&self) -> WasmBoxedFuture<'_, Result<(), VerifyError>>;
}👎Deprecated since 0.25.0:
DynClientBuilder and related features have been deprecated and will be removed in a future release. In this case, use VerifyClient instead.Required Methods§
Sourcefn verify(&self) -> WasmBoxedFuture<'_, Result<(), VerifyError>>
👎Deprecated since 0.25.0: DynClientBuilder and related features have been deprecated and will be removed in a future release. In this case, use VerifyClient instead.
fn verify(&self) -> WasmBoxedFuture<'_, Result<(), VerifyError>>
DynClientBuilder and related features have been deprecated and will be removed in a future release. In this case, use VerifyClient instead.Verify the configuration.