pub trait ILatLongReportFactory_Impl: Sized + ILocationReportFactory_Impl {
    // Required method
    fn LatLongReport(&self) -> Result<IDispLatLongReport>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§