Skip to main content

load

Function load 

Source
pub fn load(key: &str) -> Option<Vec<u8>>
Expand description

Load data from persistent storage. Returns Some(data) if found, None otherwise.