Trait jupyter::Executed

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

Required Methods§

source

fn mime_type(&self) -> String

source

fn as_json(&self, theme: JupyterTheme) -> Value

Implementations on Foreign Types§

source§

impl<'a> Executed for &'a str

source§

impl Executed for String

source§

impl Executed for f64

Implementors§