Trait RustStringExt

Source
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§