save_object

Function save_object 

Source
pub fn save_object(
    object: Object<'static>,
    build_directory: &Path,
    filename: String,
) -> Result<PathBuf, CompileError>
Expand description

Write a finished object into build_directory under filename.