pub fn ensure_layout(storage_dir: &Path) -> Result<(), Error>
Create the on-startup subdirectory layout under storage_dir.
storage_dir
Returns an Error::Io if the directories cannot be created.
Error::Io