pub trait IDataModelScriptTemplate_Impl: Sized {
    // 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>

Object Safety§

This trait is not object safe.

Implementors§