Trait IFtpAuthorizationProvider_Impl
pub trait IFtpAuthorizationProvider_Impl: IUnknownImpl {
// Required method
fn GetUserAccessPermission(
&self,
pszsessionid: &PCWSTR,
pszsitename: &PCWSTR,
pszvirtualpath: &PCWSTR,
pszusername: &PCWSTR,
) -> Result<FTP_ACCESS>;
}
Required Methods§
fn GetUserAccessPermission( &self, pszsessionid: &PCWSTR, pszsitename: &PCWSTR, pszvirtualpath: &PCWSTR, pszusername: &PCWSTR, ) -> Result<FTP_ACCESS>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.