pub trait StaticString {
    fn static_string(self) -> Cow<'static, str>;
}

Required methods

Implementations on Foreign Types

Implementors