pub trait LegacyAdapterReceiptIssuer: ReceiptIssuerSealed { }Expand description
Sealed issuer interface for the exact legacy-adapter installation path.
External crates cannot implement this trait and therefore cannot forge a client or server installation receipt. The future LEG-02 and LEG-03 installers are the only intended in-crate implementers.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".