pub trait StateTransitionFieldTypes {
// Required methods
fn signature_property_paths() -> Vec<&'static str>;
fn identifiers_property_paths() -> Vec<&'static str>;
fn binary_property_paths() -> Vec<&'static str>;
}Expand description
The trait contains methods related to conversion of StateTransition into different formats
Required Methods§
fn signature_property_paths() -> Vec<&'static str>
fn identifiers_property_paths() -> Vec<&'static str>
fn binary_property_paths() -> Vec<&'static str>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.