pub trait IntoInvokeResult {
// Required method
fn into_invoke_result(self) -> InvokeResult;
}Expand description
Simple trait to convert to InvokeResult.
Required Methods§
Sourcefn into_invoke_result(self) -> InvokeResult
fn into_invoke_result(self) -> InvokeResult
Convert self to InvokeResult.