pub trait IFaxOutboundRouting_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn GetGroups(&self) -> Result<IFaxOutboundRoutingGroups>;
    fn GetRules(&self) -> Result<IFaxOutboundRoutingRules>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§