Skip to main content

load_types_lock

Function load_types_lock 

Source
pub(crate) fn load_types_lock(directory: &Path) -> Result<Types, TypesError>
Expand description

Load the types.lock file from the specified directory. Returns an error if the file doesn’t exist or cannot be parsed.