Trait IFaxOutgoingMessageIterator_Impl
pub trait IFaxOutgoingMessageIterator_Impl: IDispatch_Impl {
// Required methods
fn Message(&self) -> Result<IFaxOutgoingMessage>;
fn AtEOF(&self) -> Result<VARIANT_BOOL>;
fn PrefetchSize(&self) -> Result<i32>;
fn SetPrefetchSize(&self, lprefetchsize: i32) -> Result<()>;
fn MoveFirst(&self) -> Result<()>;
fn MoveNext(&self) -> Result<()>;
}
Required Methods§
fn Message(&self) -> Result<IFaxOutgoingMessage>
fn AtEOF(&self) -> Result<VARIANT_BOOL>
fn PrefetchSize(&self) -> Result<i32>
fn SetPrefetchSize(&self, lprefetchsize: i32) -> Result<()>
fn MoveFirst(&self) -> Result<()>
fn MoveNext(&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.