pub trait ExecutionResultDisplay { // Required method fn display(&self) -> String; }
A trait for displaying the execution result.