pub trait IWdsTransportTftpManager_Impl: Sized + IDispatch_Impl {
    // Required method
    fn RetrieveTftpClients(&self) -> Result<IWdsTransportCollection>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§