Function load_package_from_file

Source
pub fn load_package_from_file<P: AsRef<Path>>(
    path: P,
) -> Result<Package, Vec<BitsyError>>