Trait IFaxAccountOutgoingQueue_Impl
pub trait IFaxAccountOutgoingQueue_Impl: IDispatch_Impl {
// Required methods
fn GetJobs(&self) -> Result<IFaxOutgoingJobs>;
fn GetJob(&self, bstrjobid: &BSTR) -> Result<IFaxOutgoingJob>;
}
Required Methods§
fn GetJobs(&self) -> Result<IFaxOutgoingJobs>
fn GetJob(&self, bstrjobid: &BSTR) -> Result<IFaxOutgoingJob>
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.