pub trait IFaxLoggingOptions_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn EventLogging(&self) -> Result<IFaxEventLogging>;
    fn ActivityLogging(&self) -> Result<IFaxActivityLogging>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§