pub trait IFaxOutboundRoutingGroup_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn Status(&self) -> Result<FAX_GROUP_STATUS_ENUM>;
    fn DeviceIds(&self) -> Result<IFaxDeviceIds>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§