Struct sway_core::BuildConfig
source · [−]pub struct BuildConfig { /* private fields */ }
Expand description
Configuration for the overall build and compilation process.
Implementations
pub fn root_from_file_name_and_manifest_path(
file_name: PathBuf,
canonicalized_manifest_path: PathBuf
) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BuildConfig
impl Send for BuildConfig
impl Sync for BuildConfig
impl Unpin for BuildConfig
impl UnwindSafe for BuildConfig
Blanket Implementations
Mutably borrows from an owned value. Read more