pub trait IFaxAccountOutgoingQueue_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§