pub trait ISchemaLocalizerSupport_Impl: Sized {
    // Required method
    fn Localize(&self, pszglobalstring: &PCWSTR) -> Result<PWSTR>;
}

Required Methods§

fn Localize(&self, pszglobalstring: &PCWSTR) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§