Trait IDataModelScriptTemplate_Impl
pub trait IDataModelScriptTemplate_Impl: IUnknownImpl {
// Required methods
fn GetName(&self) -> Result<BSTR>;
fn GetDescription(&self) -> Result<BSTR>;
fn GetContent(&self) -> Result<IStream>;
}
Required Methods§
fn GetName(&self) -> Result<BSTR>
fn GetDescription(&self) -> Result<BSTR>
fn GetContent(&self) -> Result<IStream>
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.