Trait ISdoServiceControl_Impl
pub trait ISdoServiceControl_Impl: IDispatch_Impl {
// Required methods
fn StartService(&self) -> Result<()>;
fn StopService(&self) -> Result<()>;
fn GetServiceStatus(&self) -> Result<i32>;
fn ResetService(&self) -> Result<()>;
}
Required Methods§
fn StartService(&self) -> Result<()>
fn StopService(&self) -> Result<()>
fn GetServiceStatus(&self) -> Result<i32>
fn ResetService(&self) -> Result<()>
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.