pub trait RuntimeReceiptResultJson {
// Required method
fn to_receipt_result_json(&self) -> JsonValue;
}Required Methods§
fn to_receipt_result_json(&self) -> JsonValue
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".