pub trait Executed: Send { // Required methods fn mime_type(&self) -> String; fn as_json(&self, theme: JupyterTheme) -> Value; }