Trait thin_string::ToThinString[][src]

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

Required methods

Implementations on Foreign Types

Implementors