pub trait LinkableIssuerWrapper: IssuerWrapper {
type Wrapper<S: ContractStateRead>: LinkableSchemaWrapper<S>;
}Required Associated Types§
type Wrapper<S: ContractStateRead>: LinkableSchemaWrapper<S>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".