Trait Manglable

Source
pub trait Manglable {
    // Required method
    fn mangled(&self) -> String;
}

Required Methods§

Source

fn mangled(&self) -> String

Implementations on Foreign Types§

Source§

impl Manglable for NameID

Source§

fn mangled(&self) -> String

Implementors§