Type Alias polysite::compiler::CompilerReturn

source ·
pub type CompilerReturn = Box<dyn Future<Output = CompileResult> + Unpin + Send>;
Expand description

CompilerReturn is boxed Future, which executes compile.

Aliased Type§

struct CompilerReturn(/* private fields */);