init

Function init 

Source
pub fn init() -> Result<()>
Expand description

Initialize the NVS subsystem.

Must be called once before any read, write, or erase operations.

ยงErrors

Returns an error if the underlying storage backend fails to initialize.