pub type BuildDescriptionSource = SourceCode;Aliased Type§
pub struct BuildDescriptionSource {
pub source: String,
pub path: Option<PathBuf>,
}Fields§
§source: Stringthe source code to be compiled
path: Option<PathBuf>the location this code was loaded from