storage_get_pubsub

Function storage_get_pubsub 

Source
pub unsafe extern "C" fn storage_get_pubsub(
    storage: *mut Storage,
) -> *mut FuriPubSub
Expand description

Get the storage pubsub instance.

Storage will send StorageEvent messages.

§Arguments

  • storage - pointer to a storage API instance.

§Returns

pointer to the pubsub instance.