Skip to main content

CompileContext

Type Alias CompileContext 

Source
pub type CompileContext = RuleContext;

Aliased Type§

pub struct CompileContext {
    pub workspace: PathBuf,
    pub env: HashMap<String, String>,
    /* private fields */
}

Fields§

§workspace: PathBuf§env: HashMap<String, String>