[][src]Trait sml::ToSmall

pub trait ToSmall {
    fn to_small(&self) -> Result<Small, SmallError>;
fn to_string(&self) -> String; }

Required methods

fn to_small(&self) -> Result<Small, SmallError>

fn to_string(&self) -> String

Loading content...

Implementors

Loading content...