Trait ILatLongReportFactory_Impl
pub trait ILatLongReportFactory_Impl: ILocationReportFactory_Impl {
// Required method
fn LatLongReport(&self) -> Result<IDispLatLongReport>;
}
Required Methods§
fn LatLongReport(&self) -> Result<IDispLatLongReport>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.