Skip to main content

CheckedBackwardsCompatibleSchema

Trait CheckedBackwardsCompatibleSchema 

Source
pub trait CheckedBackwardsCompatibleSchema<S>
where S: CustomSchema,
{ }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl CheckedBackwardsCompatibleSchema<ScryptoCustomSchema> for TransactionValidationConfigurationSubstate

Source§

impl CheckedBackwardsCompatibleSchema<ScryptoCustomSchema> for TypeInfoSubstate

Source§

impl CheckedBackwardsCompatibleSchema<ScryptoCustomSchema> for VersionedTreeNode

Implementors§