trait MsvcBasicName {
    fn msvc_basic_name(self) -> &'static str;
}

Required Methods

Implementations on Foreign Types

Implementors