pub fn load(path: &Path) -> Result<Queue, String>
Load the queue from path. If the file does not exist, returns an empty queue (the queue is ephemeral; nonexistence is a normal state).
path