Trait showata::Showable[][src]

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

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

Required methods

Loading content...

Provided methods

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...