pub trait CryptoType {
type Pair: Pair;
}Expand description
Re-export this since it’s part of the API of this crate. Type which has a particular kind of crypto associated with it.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".