Trait ITaskVariables_Impl
pub trait ITaskVariables_Impl: IUnknownImpl {
// Required methods
fn GetInput(&self) -> Result<BSTR>;
fn SetOutput(&self, input: &BSTR) -> Result<()>;
fn GetContext(&self) -> Result<BSTR>;
}
Required Methods§
fn GetInput(&self) -> Result<BSTR>
fn SetOutput(&self, input: &BSTR) -> Result<()>
fn GetContext(&self) -> Result<BSTR>
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.