Skip to main content

load

Function load 

Source
pub fn load(path: &Path) -> Result<Queue, String>
Expand description

Load the queue from path. If the file does not exist, returns an empty queue (the queue is ephemeral; nonexistence is a normal state).