Trait perspective_viewer::utils::ToFormattedString

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

Required Methods§

Implementations on Foreign Types§

source§

impl ToFormattedString for u32

Implementors§