pub struct Execution { /* private fields */ }Expand description
A context for printing a WiX Toolset source file (wxs).
Implementations§
source§impl Execution
 
impl Execution
sourcepub fn render(self) -> Result<WxsRenders>
 
pub fn render(self) -> Result<WxsRenders>
Instead of printing the output like Execution::run, render the output to Strings.
See WxsRenders for details of the output.