jam_pvm_common

Trait IntoInvokeResult

Source
pub trait IntoInvokeResult {
    // Required method
    fn into_invoke_result(self) -> InvokeResult;
}
Expand description

Simple trait to convert to InvokeResult.

Required Methods§

Source

fn into_invoke_result(self) -> InvokeResult

Convert self to InvokeResult.

Implementations on Foreign Types§

Source§

impl IntoInvokeResult for SimpleResult

Source§

impl IntoInvokeResult for [u64; 2]

Implementors§