Trait windows::Win32::Devices::Fax::IFaxInboundRouting_Impl
pub trait IFaxInboundRouting_Impl: Sized + IDispatch_Impl {
// Required methods
fn GetExtensions(&self) -> Result<IFaxInboundRoutingExtensions>;
fn GetMethods(&self) -> Result<IFaxInboundRoutingMethods>;
}
Required Methods§
fn GetExtensions(&self) -> Result<IFaxInboundRoutingExtensions>
fn GetMethods(&self) -> Result<IFaxInboundRoutingMethods>
Object Safety§
This trait is not object safe.