Trait IADsSession_Impl
pub trait IADsSession_Impl: IADs_Impl {
// Required methods
fn User(&self) -> Result<BSTR>;
fn UserPath(&self) -> Result<BSTR>;
fn Computer(&self) -> Result<BSTR>;
fn ComputerPath(&self) -> Result<BSTR>;
fn ConnectTime(&self) -> Result<i32>;
fn IdleTime(&self) -> Result<i32>;
}
Required Methods§
fn User(&self) -> Result<BSTR>
fn UserPath(&self) -> Result<BSTR>
fn Computer(&self) -> Result<BSTR>
fn ComputerPath(&self) -> Result<BSTR>
fn ConnectTime(&self) -> Result<i32>
fn IdleTime(&self) -> Result<i32>
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.