pub trait IWdsTransportTftpManager_Impl: Sized + IDispatch_Impl {
// Required method
fn RetrieveTftpClients(&self) -> Result<IWdsTransportCollection>;
}
Required Methods§
fn RetrieveTftpClients(&self) -> Result<IWdsTransportCollection>
Object Safety§
This trait is not object safe.