pub trait WalletKitZkArtifactSource: ZkArtifactSource + Send { }Expand description
A blanket implementation interface that allows the ZK Artifact source implementations to be used by methods exposed to walletkit consumers.
Trait Implementations§
Source§impl<T> FfiConverterArc<T> for dyn WalletKitZkArtifactSource
impl<T> FfiConverterArc<T> for dyn WalletKitZkArtifactSource
Source§impl<T> LiftRef<T> for dyn WalletKitZkArtifactSource
impl<T> LiftRef<T> for dyn WalletKitZkArtifactSource
type LiftType = Arc<dyn WalletKitZkArtifactSource>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".