pub trait RustStringExt {
    // Required method
    fn rust_name_from_fullname(&self, style: NameStyle) -> Cow<'_, str>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl RustStringExt for str

Implementors§