Skip to main content

get_archived_bean

Function get_archived_bean 

Source
pub fn get_archived_bean(beans_dir: &Path, id: &str) -> Result<Bean>
Expand description

Load a bean from the archive by ID.

ยงErrors

  • Bean ID not found in archive
  • File cannot be parsed