// The name of a Forge to connect to crate::newtype!(ForgeAlias is a String); impl From<&ForgeAlias> for std::path::PathBuf { fn from(value: &ForgeAlias) -> Self { Self::from(&value.0) } }