pub struct EspNvsKeys<'a> { /* private fields */ }Implementations§
Source§impl<'a> EspNvsKeys<'a>
impl<'a> EspNvsKeys<'a>
Sourcepub fn next_key(&mut self) -> Option<(&str, NvsDataType)>
pub fn next_key(&mut self) -> Option<(&str, NvsDataType)>
Returns the next key in the NVS namespace and its data type.
After the last key is returned, this function will return None on subsequent calls.
Trait Implementations§
Source§impl<'a> Drop for EspNvsKeys<'a>
Available on esp_idf_version_at_least_5_2_0 only.
impl<'a> Drop for EspNvsKeys<'a>
Available on
esp_idf_version_at_least_5_2_0 only.