[][src]Trait vega_lite_3::Showable

pub trait Showable {
    fn to_content_info(&self) -> Result<ContentInfo, Error>;

    fn evcxr_display(&self) { ... }
fn to_html_page(&self) -> Result<String, Error> { ... }
fn show_in_browser(&self) -> Result<(), Error> { ... }
fn show(&self) -> Result<(), Error> { ... } }

Required methods

Loading content...

Provided methods

fn evcxr_display(&self)

fn to_html_page(&self) -> Result<String, Error>

fn show_in_browser(&self) -> Result<(), Error>

fn show(&self) -> Result<(), Error>

Loading content...

Implementations on Foreign Types

impl<T> Showable for Vec<T> where
    T: Debug
[src]

impl<'_, T> Showable for &'_ [T] where
    T: Debug
[src]

Loading content...

Implementors

Loading content...