type OutOfProcessHelper = Option<Arc<HelperProcess>>;Available on Unix and crate feature
llvm only.Aliased Type§
enum OutOfProcessHelper {
None,
Some(Arc<HelperProcess>),
}Variants§
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.