pub trait AppPublic:
AppCrypto
+ Public
+ Debug
+ MaybeHash
+ Codec {
type Generic: IsWrappedBy<Self> + Public + Debug + MaybeHash + Codec;
}Expand description
Application-specific public key.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".