Skip to main content

OutOfProcessHelper

Type Alias OutOfProcessHelper 

Source
type OutOfProcessHelper = Option<Arc<HelperProcess>>;
Available on Unix and crate feature llvm only.

Aliased Type§

enum OutOfProcessHelper {
    None,
    Some(Arc<HelperProcess>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Arc<HelperProcess>)

Some value of type T.

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.