[][src]Trait vega_lite_4::Showable

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

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

Required methods

Loading content...

Provided methods

pub fn evcxr_display(&self)[src]

pub fn to_html_page(&self) -> Result<String, Error>[src]

pub fn show_in_browser(&self) -> Result<(), Error>[src]

pub fn show(&self) -> Result<(), Error>[src]

Loading content...

Implementations on Foreign Types

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

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

Loading content...

Implementors

impl Showable for Vegalite[src]

Loading content...