Skip to main content

BuildDescriptionSource

Type Alias BuildDescriptionSource 

Source
pub type BuildDescriptionSource = SourceCode;

Aliased Type§

pub struct BuildDescriptionSource {
    pub source: String,
    pub path: Option<PathBuf>,
}

Fields§

§source: String

the source code to be compiled

§path: Option<PathBuf>

the location this code was loaded from