Trait lib::util::io::OutFormatter

source ·
pub trait OutFormatter {
    // Required method
    fn out_format(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

source§

impl OutFormatter for &str

source§

impl OutFormatter for char

source§

impl OutFormatter for f64

source§

impl OutFormatter for usize

source§

impl OutFormatter for String

source§

impl<T: Display> OutFormatter for Vec<T>

Implementors§