erase

Function erase 

Source
pub fn erase(key: &[u8]) -> Result<()>
Expand description

Erase the entry for key from NVS. key must be \0-terminated.

ยงErrors

Returns Error::NotRegistered if the key does not exist.