ToThinString

Trait ToThinString 

Source
pub trait ToThinString {
    // Required method
    fn to_thin_string(&self) -> ThinString;
}

Required Methods§

Implementors§

Source§

impl<T: Display + ?Sized> ToThinString for T

Available on non-crate feature nightly only.