pub trait IFtpProviderConstruct_Impl: Sized {
    // Required method
    fn Construct(&self, configurationentries: *const SAFEARRAY) -> Result<()>;
}

Required Methods§

fn Construct(&self, configurationentries: *const SAFEARRAY) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§