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.
pub fn custom_storage(storage: Arc<dyn Storage>) -> Arc<dyn StorageBackend>Wraps a caller-supplied Storage implementation as a StorageBackend.
The tree, token-output and session stores use the in-memory defaults.