Trait jupyter_types::Executed
source · pub trait Executed: Send {
// Required methods
fn mime_type(&self) -> String;
fn as_json(&self, context: &JupyterContext) -> Value;
}Expand description
A executed result that can be render in jupyter notebook.
Required Methods§
sourcefn as_json(&self, context: &JupyterContext) -> Value
fn as_json(&self, context: &JupyterContext) -> Value
Convert the result to json.