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

Required Methods§

Implementations on Foreign Types§

source§

impl ToThinString for str

source§

impl ToThinString for i8

source§

impl ToThinString for char

source§

impl ToThinString for u8

source§

impl ToThinString for Cow<'_, str>

Implementors§