pub fn load() -> Result<Vec<HistoryEntry>>Expand description
Load the history, most recent first. A missing/unreadable log yields an empty vec with a read error (callers treat that as “nothing to show”).
pub fn load() -> Result<Vec<HistoryEntry>>Load the history, most recent first. A missing/unreadable log yields an empty vec with a read error (callers treat that as “nothing to show”).