Trait parenchyma::BoxContext [] [src]

pub trait BoxContext<ExtensionPackage>: Framework {
    fn enclose(&self,
               selection: Vec<Hardware>)
               -> Result<Box<Context<Package=ExtensionPackage>>>; }

Initialize a context, box it, and then return it.

Required Methods

Create a context from a selection of hardware devices and then wrap it in a box.

Implementors