pub trait ICivicAddressReportFactory_Impl: Sized + ILocationReportFactory_Impl {
    // Required method
    fn CivicAddressReport(&self) -> Result<IDispCivicAddressReport>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§