Skip to main content

custom_storage

Function custom_storage 

Source
pub fn custom_storage(storage: Arc<dyn Storage>) -> Arc<dyn StorageBackend>
Expand description

Wraps a caller-supplied Storage implementation as a StorageBackend. The tree, token-output and session stores use the in-memory defaults.