TryToString

Trait TryToString 

Source
pub trait TryToString {
    type Error;

    // Required method
    fn try_to_string(&self) -> Result<String, Self::Error>;
}

Required Associated Types§

Required Methods§

Source

fn try_to_string(&self) -> Result<String, Self::Error>

Implementors§