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.
pub(crate) fn load_types_lock(directory: &Path) -> Result<Types, TypesError>Load the types.lock file from the specified directory. Returns an error if the file doesn’t exist or cannot be parsed.